update reademe.md

This commit is contained in:
engigu
2024-01-28 20:25:03 +08:00
parent e2c2e08fb1
commit d538a3965e
3 changed files with 81 additions and 8 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func getMustEnvValue(key string) string {
// printOptionValue 打印可选环境变量值
func printOptionValue() {
for key, val := range optionValueMap {
log.Printf("[message-nest] current option env : %s, value: %s", key, val)
log.Printf("[message-nest] current option env: %s, value: %s", key, val)
}
}