Another convenient solution for cross compilation is the usage of gox: https://github.com/mitchellh/gox
Installation
The installation is done very easily by executing go get github.com/mitchellh/gox. The resulting executable gets placed at Go's binary directory, e.g. /golang/bin or ~/golang/bin. E...