From 25cd4600ff0a393e911caabe4c2f4fb7d84f3f2c Mon Sep 17 00:00:00 2001 From: au <1570967070@qq.com> Date: Tue, 24 Apr 2018 14:01:46 +0800 Subject: [PATCH] add go-testdb --- main_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main_test.go b/main_test.go index 9a3403e2..2499344d 100644 --- a/main_test.go +++ b/main_test.go @@ -11,6 +11,7 @@ import ( "testing" "time" + "github.com/erikstmartin/go-testdb" "github.com/jinzhu/gorm" _ "github.com/jinzhu/gorm/dialects/mssql" _ "github.com/jinzhu/gorm/dialects/mysql"