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
Would it be possible to add functionality like go ld has? (Or maybe it's already possible and my google-fu fails me...?) This would be quite useful in Makefiles, build recipes, etc.
-X symbol value
Set the value of an otherwise uninitialized string variable.
The symbol name should be of the form importpath.name,
as displayed in the symbol table printed by "go tool nm".
Would it be possible to add functionality like go ld has? (Or maybe it's already possible and my google-fu fails me...?) This would be quite useful in Makefiles, build recipes, etc.
http://golang.org/cmd/ld/
Example usage: http://stackoverflow.com/a/11355611/38749
main.minversion
gets set to the build date and time.The text was updated successfully, but these errors were encountered: