From 8814edb478fc30e0039faac67e9ec68abe10358f Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 26 Jun 2016 23:39:48 +0800 Subject: [PATCH] fix go_vet error. Signed-off-by: Bo-Yi Wu --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.