diff --git a/config/config.go b/config/config.go index b8a2160..07b9b1a 100644 --- a/config/config.go +++ b/config/config.go @@ -13,7 +13,7 @@ type ConfYaml struct { Android SectionAndroid `yaml:"android"` Ios SectionIos `yaml:"ios"` Log SectionLog `yaml:"log"` - Stat SectionStat `yaml:stat` + Stat SectionStat `yaml:"stat"` } // SectionCore is sub seciont of config.