This commit is contained in:
yanweidong 2025-02-20 17:41:11 +08:00
parent 0218dfd02e
commit 98ee26f215
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}
}
}