fix goimports

This commit is contained in:
Eason Lin 2018-08-01 16:01:07 +08:00
parent b5c70ce86c
commit b6ab773859
No known key found for this signature in database
GPG Key ID: CAE11BD9E2B4E4C0

View File

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