Use github.com/jinzhu/gorm

This commit is contained in:
Ian Tan 2017-11-17 11:44:56 +08:00
parent 85b621bf4e
commit eb418da347

View File

@ -3,7 +3,7 @@ package gorm_test
import ( import (
"testing" "testing"
"github.com/iantanwx/gorm" "github.com/jinzhu/gorm"
) )
var helper *gorm.TestHelper var helper *gorm.TestHelper