Fix imports by gci

This commit is contained in:
loyalsoldier
2021-05-19 19:31:33 +08:00
parent c6813f0d24
commit 91d993b7e2
41 changed files with 64 additions and 79 deletions

View File

@@ -25,8 +25,6 @@ import (
_ "github.com/go-sql-driver/mysql"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
// As tidb can't use go get, so disable the tidb testing now
// _ "github.com/pingcap/tidb"
)
// A slice string field.