
This package contains the go standard library, compiled for linux_arm.
this package is just one of a number of packages, each providing the go standard library for a specific operating system/architecture combination. go supports cross-compilation, so each of these packages is useful on any architecture.
the files contained in this package are independent of the host architecture, that is, you can use golang-go-linux-amd64 to generate a binary for linux_amd64, even though you are executing the go compiler on linux_386.