fix go_vet error.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2016-06-26 23:39:48 +08:00
parent 0725e42552
commit 8814edb478
1 changed files with 1 additions and 1 deletions

View File

@ -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.