From 2a900e1795c67b547801c5a056616d253b55a664 Mon Sep 17 00:00:00 2001 From: Gaffey <253896514@qq.com> Date: Sat, 11 Jun 2022 11:46:50 +0800 Subject: [PATCH] typo: add type keyword (#1992) --- 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 d5143c55..81c0ea7e 100644 --- a/core/conf/readme.md +++ b/core/conf/readme.md @@ -3,7 +3,7 @@ 1. Define a config structure, like below: ```go -RestfulConf struct { +type RestfulConf struct { Host string `json:",default=0.0.0.0"` Port int LogMode string `json:",options=[file,console]"