This commit is contained in:
2025-02-20 17:41:11 +08:00
parent 0218dfd02e
commit 98ee26f215

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