You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The context where this would be useful is when compiling many main packages with go build ./... and wanting to inject versions at build time for all of them in a single -ldflags. We can simply build each command separately but that slows everything down massively due to the duplicate building of interdependencies.
What version of Go are you using (go version)?
go1.5.1
What operating system and processor architecture are you using?
darwin/amd64
What did you do?
What did you expect to see?
v0.0.1
What did you see instead?
The text was updated successfully, but these errors were encountered: