1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

chore: added empty lines

Just to make the output cleaner.
This commit is contained in:
Carlos Alexandro Becker
2017-11-26 21:48:05 -02:00
committed by Carlos Alexandro Becker
parent 8e6133c70c
commit 86270374d5

View File

@@ -21,6 +21,8 @@ func init() {
}
func main() {
fmt.Println()
defer fmt.Println()
var app = cli.NewApp()
app.Name = "goreleaser"
app.Version = fmt.Sprintf("%v, commit %v, built at %v", version, commit, date)