Merge 8502ffd3952fe70bb11d024d2cbc1469de9c3e39 into 5330572c258c16742c3052af3f82f67031112f2e

This commit is contained in:
Solomon White 2015-01-22 20:22:53 +00:00
commit 60110e6da0
2 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ import (
"fmt" "fmt"
"strconv" "strconv"
"."
_ "github.com/denisenkom/go-mssqldb" _ "github.com/denisenkom/go-mssqldb"
testdb "github.com/erikstmartin/go-testdb" testdb "github.com/erikstmartin/go-testdb"
_ "github.com/go-sql-driver/mysql" _ "github.com/go-sql-driver/mysql"
"github.com/jinzhu/gorm"
"github.com/jinzhu/now" "github.com/jinzhu/now"
_ "github.com/lib/pq" _ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3" _ "github.com/mattn/go-sqlite3"

View File

@ -1,7 +1,7 @@
package gorm_test package gorm_test
import ( import (
"github.com/jinzhu/gorm" "."
"testing" "testing"
) )