local import to make testing easier on forks
This commit is contained in:
parent
5330572c25
commit
8502ffd395
@ -6,10 +6,10 @@ import (
|
||||
"fmt"
|
||||
"strconv"
|
||||
|
||||
"."
|
||||
_ "github.com/denisenkom/go-mssqldb"
|
||||
testdb "github.com/erikstmartin/go-testdb"
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
"github.com/jinzhu/gorm"
|
||||
"github.com/jinzhu/now"
|
||||
_ "github.com/lib/pq"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
|
@ -1,7 +1,7 @@
|
||||
package gorm_test
|
||||
|
||||
import (
|
||||
"github.com/jinzhu/gorm"
|
||||
"."
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user