From 680cd8218f0d3f0dc1223c1036c7aae7dc2926e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=B0=8F=E5=86=9B?= <346944475@qq.com> Date: Thu, 7 Nov 2019 15:01:06 +0800 Subject: [PATCH] add des --- data/view/model/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/view/model/common.go b/data/view/model/common.go index c227adc..04a12fb 100644 --- a/data/view/model/common.go +++ b/data/view/model/common.go @@ -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)) }