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
I started patching this because I couldn't see any reason to have these hard set after manually running go build....
Right now it's set so that GOARCH is amd64 by default but I'm not sure why to set it here at all. Like generalizing the makefile to support these args isn't substantially faster than just doing it manually.
it also offers:
u/i-nstall from/to $GOPATH/bin
extension (on windows)
man page (via pandoc - for darwin/linux - also supported by uninstall)
separates cleaning into pre/post
The text was updated successfully, but these errors were encountered:
I started patching this because I couldn't see any reason to have these hard set after manually running
go build...
.Right now it's set so that
GOARCH
is amd64 by default but I'm not sure why to set it here at all. Like generalizing the makefile to support these args isn't substantially faster than just doing it manually.it also offers:
The text was updated successfully, but these errors were encountered: