Gaffey пре 2 година
родитељ
комит
2a900e1795
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      core/conf/readme.md

+ 1 - 1
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]"