gofmt
This commit is contained in:
parent
31fd8deed9
commit
e33bd3d689
@ -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 {
|
||||
|
@ -3,8 +3,8 @@ package postgres
|
||||
import (
|
||||
"github.com/kcotugno/tacitus"
|
||||
|
||||
"time"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user