@@ -55,6 +55,7 @@ type Config struct {
func (c *Config) Init() error {
err := json.Unmarshal(cfgSample, &c)
c.Clients = make(map[int]*ClientConfig)
c.Stats = make(map[uint8]map[string]*Stat)
if err != nil {
return err
}
The note is not visible to the blocked user.