1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-15 01:34:21 +02:00

Fixing some linter errors

This commit is contained in:
Jorin Vogel
2017-01-14 19:41:32 +01:00
parent 432f12967b
commit a2bf57f8e1
8 changed files with 14 additions and 12 deletions

View File

@ -5,7 +5,7 @@ import "github.com/goreleaser/releaser/context"
// Pipe for brew deployment
type Pipe struct{}
// Name of the pipe
// Description of the pipe
func (Pipe) Description() string {
return "Gathering Git data..."
}