Go is an open source project. Details can be found at:
http://golang.org/doc/install/source
The following are the steps used to install Go lang on pcDuino:
Install the dependency:
$ sudo apt-get install -y mercurial gcc libc6-dev
Fetch the repository
$ hg clone -u release https://code.google.com/p/go
Install Go
To build the Go distribution, run
$ cd go/src
$ ./all.bash
To add go to the PATH, please do: