fix go_vet error.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
0725e42552
commit
8814edb478
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue