all: gofmt (#1956)

Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64

Signed-off-by: ia <isaac.ardis@gmail.com>
This commit is contained in:
ia 2018-06-25 07:06:58 +02:00 committed by Jinzhu
parent 82eb9f8a5b
commit 1907bff373
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ import (
"database/sql"
"database/sql/driver"
_ "github.com/lib/pq"
"github.com/lib/pq/hstore"
"encoding/json"
"errors"
"fmt"
_ "github.com/lib/pq"
"github.com/lib/pq/hstore"
)
type Hstore map[string]*string