fix mysql reference

This commit is contained in:
Lunny Xiao 2013-06-05 09:17:05 +08:00
parent 527b5b3f7a
commit bd195b23f7
1 changed files with 1 additions and 1 deletions

View File

@ -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"