From 3da5c5f530685772c12d2c640299cb273fdb7be8 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Mon, 13 Jun 2022 19:39:59 +0800 Subject: [PATCH] Update readme.md --- core/conf/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/conf/readme.md b/core/conf/readme.md index 2aef951d..cad39198 100644 --- a/core/conf/readme.md +++ b/core/conf/readme.md @@ -6,7 +6,7 @@ type RestfulConf struct { Host string `json:",default=0.0.0.0"` Port int - LogMode string `json:",options=[file,console]" + LogMode string `json:",options=[file,console]"` Verbose bool `json:",optional"` MaxConns int `json:",default=10000"` MaxBytes int64 `json:",default=1048576"`