Update go-jet to support CircleCi build.
This commit is contained in:
parent
17f6bab2e7
commit
454cd6f12b
16 changed files with 297 additions and 251 deletions
|
|
@ -115,13 +115,13 @@ func queryToSlice(db Db, ctx context.Context, query string, args []interface{},
|
|||
|
||||
fmt.Println(groupTime.String())
|
||||
|
||||
err = rows.Err()
|
||||
|
||||
err = rows.Close()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
err = rows.Close()
|
||||
err = rows.Err()
|
||||
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue