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? Homebrew has an [example](https://github.com/mxcl/homebrew/blob/master/Library/Formula/go.rb).
I found that the prebuilt Go binaries downloaded by
goenvare not cross-compilable. It reported missing some bash scripts.Would it make sense for
goenvto compile Go from source? Homebrew has an example.