1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-05 00:59:04 +02:00

chore: fix lint issues

refs #688
This commit is contained in:
Carlos Alexandro Becker
2018-06-19 15:53:14 -03:00
parent 411a73d410
commit 4fa9080885
4 changed files with 17 additions and 7 deletions

View File

@ -36,7 +36,7 @@ func NewGitHub(ctx *context.Context) (Client, error) {
client.UploadURL = upload
}
return &githubClient{client}, nil
return &githubClient{client: client}, nil
}
func (c *githubClient) CreateFile(