This commit is contained in:
Kevin Cotugno 2017-10-17 22:12:46 -07:00
parent 31fd8deed9
commit e33bd3d689
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -3,8 +3,8 @@ package postgres
import (
"github.com/kcotugno/tacitus"
"time"
"strings"
"time"
)
const (