goenv icon indicating copy to clipboard operation
goenv copied to clipboard

You know, rbenv but for go.

Results 11 goenv issues
Sort by recently updated
recently updated
newest added

I found that the prebuilt Go binaries downloaded by `goenv` are not [cross-compilable](http://dave.cheney.net/2012/09/08/an-introduction-to-cross-compilation-with-go). It reported missing some bash scripts. Would it make sense for `goenv` to compile Go from source?...