1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00

Merge pull request #216 from bep/fixldflags

Fix ldflags key name in README
This commit is contained in:
Carlos Alexandro Becker 2017-04-25 09:47:37 -03:00 committed by GitHub
commit 2639d950b8

View File

@ -210,7 +210,7 @@ build:
# - Commit
# The default is `-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}`
# Date format is `2006-01-02_15:04:05`
ldflags_template: -s -w -X main.build={{.Version}}
ldflags: -s -w -X main.build={{.Version}}
# GOOS list to build in.
# For more info refer to https://golang.org/doc/install/source#environment