Update genfunc_test.go

This commit is contained in:
谢小军
2020-01-12 21:59:34 +08:00
parent 69a5d93269
commit 8973c30be3

View File

@@ -11,6 +11,10 @@ import (
"github.com/xxjwxc/public/mysqldb"
)
/**
测试数据库地址:https://github.com/xxjwxc/gormt/blob/master/data/view/genfunc/model/matrix.sql
*/
func GetGorm(dataSourceName string) *gorm.DB {
db, err := gorm.Open("mysql", dataSourceName)
if err != nil {