Fix imported package name

This commit is contained in:
Jinzhu 2014-04-29 15:21:43 +08:00
parent cc3ebd34de
commit 514a32e547
1 changed files with 1 additions and 2 deletions

View File

@ -7,10 +7,9 @@ import (
"fmt"
_ "github.com/go-sql-driver/mysql"
// "github.com/jinzhu/gorm"
_ "github.com/lib/pq"
_ "github.com/mattn/go-sqlite3"
"github.com/nerdzeu/gorm"
"github.com/jinzhu/gorm"
"os"
"reflect"