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
For use in 'stamping' binaries, the plan is to make it possible to say
package p
var Str string
and then link with -X p.Str hello to set p.Str to hello in the linker.
For now I have stubbed out -X so that command lines will parse
(but have no effect).
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: