From edd1cbbfec1b1d930fac27ea214288da542526c6 Mon Sep 17 00:00:00 2001 From: Felix Wiedmann Date: Thu, 13 Jun 2019 19:47:04 +0200 Subject: [PATCH] chroe(config): fix go lint issues --- pkg/config/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/config/config.go b/pkg/config/config.go index 4259165..727522e 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -29,6 +29,7 @@ type GitProvider struct { AccessToken string } +//Asset type struct type Asset struct { Name string `yaml:"name"` Compress bool `yaml:"compress"`