fix mysql reference
This commit is contained in:
parent
527b5b3f7a
commit
bd195b23f7
|
@ -2,7 +2,7 @@ package xorm_test
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
_ "github.com/Go-SQL-Driver/MySQL"
|
_ "github.com/go-sql-driver/mysql"
|
||||||
_ "github.com/mattn/go-sqlite3"
|
_ "github.com/mattn/go-sqlite3"
|
||||||
"os"
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
Loading…
Reference in New Issue