chroe(config): fix go lint issues

This commit is contained in:
Felix Wiedmann
2019-06-13 19:47:04 +02:00
parent ef60526644
commit edd1cbbfec

View File

@@ -29,6 +29,7 @@ type GitProvider struct {
AccessToken string AccessToken string
} }
//Asset type struct
type Asset struct { type Asset struct {
Name string `yaml:"name"` Name string `yaml:"name"`
Compress bool `yaml:"compress"` Compress bool `yaml:"compress"`