cryptojuice / gobrew

Shell script to download and set GO environmental paths to allow multiple versions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gb doesn't work, needs GOROOT set

cmars opened this issue · comments

Whenever I build a gb project, I have to set GOROOT in order for it to find the compiler.

Sourcing the output from go env takes care of this. It'd be nice if gobrew did this automatically when switching versions.