From e33bd3d689d1c0953ebd3cedb957067e79448e99 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Tue, 17 Oct 2017 22:12:46 -0700 Subject: [PATCH] gofmt --- postgres/aggregation_results.go | 4 ++-- postgres/aggregation_service.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/postgres/aggregation_results.go b/postgres/aggregation_results.go index 22e25b7..d949302 100644 --- a/postgres/aggregation_results.go +++ b/postgres/aggregation_results.go @@ -10,9 +10,9 @@ import ( ) type AggregationResults struct { - rows *sql.Rows + rows *sql.Rows aggregation tacitus.Aggregation - err error + err error } func (r *AggregationResults) Next() bool { diff --git a/postgres/aggregation_service.go b/postgres/aggregation_service.go index 0205cab..94f4c0e 100644 --- a/postgres/aggregation_service.go +++ b/postgres/aggregation_service.go @@ -3,8 +3,8 @@ package postgres import ( "github.com/kcotugno/tacitus" - "time" "strings" + "time" ) const (