sudo apt-get install python-setuptools
I also tried to install the sources in /user/local/go and the binaries in /user/local/bin which somehow failed. So I wrote the following in my ~/.bashrc:
export GOROOT=$HOME/go export GOOS=linux export GOARCH=386 export GOBIN=$HOME/bin export PATH=$PATH:$GOBIN
NB.: Do not forget to exec bash afterwards.
Weblinks
- golang.org the project page
- code.google.com discussion about the name (I have already used the name for *MY* programming language).
- t3n.de article with video.