From bd195b23f7d734e3f1c2f941bf06cdc6f88e245d Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 5 Jun 2013 09:17:05 +0800 Subject: [PATCH] fix mysql reference --- xorm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorm_test.go b/xorm_test.go index 3a425374..0a93ac93 100644 --- a/xorm_test.go +++ b/xorm_test.go @@ -2,7 +2,7 @@ package xorm_test import ( "fmt" - _ "github.com/Go-SQL-Driver/MySQL" + _ "github.com/go-sql-driver/mysql" _ "github.com/mattn/go-sqlite3" "os" "testing"