I've installed everything go-related from synaptic and later added ppa as described in the wiki: https://wiki.ubuntu.com/Go yet I cannot do "go get" for example
go get code.google.com/p/gorilla/mux
says that go command is not found.
How should I install this "go" command?
That's a tool that seems to be released recently. If you install the
golang-weekly
package instead ofgolang-stable
(available also through theppa:gophers/go
PPA), you'll see thatgo
is available under/usr/bin
directory.It works if you follow this procedure: Installing the Go Language
You have to modify your ~/.bashrc as follows.