fix goimports

This commit is contained in:
Eason Lin 2018-08-01 15:45:07 +08:00
parent 55228b5727
commit b5c70ce86c
No known key found for this signature in database
GPG Key ID: CAE11BD9E2B4E4C0
2 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ import (
"encoding/json"
"errors"
"fmt"
_ "github.com/lib/pq"
"github.com/lib/pq/hstore"
)

View File

@ -12,7 +12,6 @@ import (
"testing"
"time"
"github.com/erikstmartin/go-testdb"
"github.com/jinzhu/gorm"
_ "github.com/jinzhu/gorm/dialects/mssql"
_ "github.com/jinzhu/gorm/dialects/mysql"