wfarr / goenv

You know, rbenv but for go.
MIT License
111 stars 36 forks source link

Allow `goenv exec` to execute abritrary commands. #17

Open alext opened 9 years ago

alext commented 9 years ago

Not just commands that ship with a specific Go version. Some commands (eg gorename) require a GOROOT to be set pointing at a Go source tree. Allowing goenv exec to run any command on the PATH will allow these to work.