This commit is contained in:
谢小军
2019-11-07 15:01:06 +08:00
parent b61a1f6732
commit 680cd8218f

View File

@@ -44,5 +44,5 @@ func getTypeName(name string) string {
}
}
panic(fmt.Sprintf("type (%v) not match in any way.maybe need to add on ()", name))
panic(fmt.Sprintf("type (%v) not match in any way.maybe need to add on (https://github.com/xxjwxc/gormt/blob/master/data/view/cnf/def.go)", name))
}