diff --git a/conf/new.go b/conf/new.go index 32b84ff..d5e4b7e 100644 --- a/conf/new.go +++ b/conf/new.go @@ -51,7 +51,7 @@ func New(srvKey string, cfg any) { func NotNil(values ...string) { for _, value := range values { if strings.TrimSpace(value) == "" { - log.Fatalln("ERROR:Must config not nil") + log.Fatalln("ERROR:Must config key not nil") } } }