Cross Compiling Go Applications
In a recent discussion on Go’s Google Plus Community, some questions came up about cross compiling. In a default installation of Go, cross compiling is not enabled. It only builds to toolchains for your current operating system and architecture. Since all of my computers are amd64, but some of the applications I build need to run on i386, I thought I’d share how I go about doing it.
I use Arch linux, so I have provided a package in AUR for doing this.
[Read More]