mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: update build flags
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
7e3f8a8892
commit
1f11eb0e6d
@ -109,10 +109,11 @@ var (
|
||||
version = "dev"
|
||||
commit = "none"
|
||||
date = "unknown"
|
||||
builtBy = "unknown"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Printf("%v, commit %v, built at %v", version, commit, date)
|
||||
fmt.Printf("my app %s, commit %s, built at %s by %s", version, commit, date, builtBy)
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user