Questions relating to Google's Go Programming Language project.
3
votes
1answer
448 views
I've installed golang with accordance with the wiki yet “go get” is missing
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
...
14
votes
3answers
1k views