liuxiaolong
2020-05-30 bbb568f6e7c06d7bad9bcd98e751cc6e991f26d9
extend/config/config.go
@@ -11,6 +11,7 @@
   Color string `mapstructure: "color"`
}
type server struct {
    ServerName     string `mapstructure: "serverName"`
   Runmode        string `mapstructure: "runmode"`
   JwtSecret      string `mapstructure: "jwtSecret"`
   JwtExpire      string `mapstructure: "jwtExpire"`