Do you know of any URLs for PPAs of Google's Go Language?
|
|
Here's a PPA for Go. It worked for me, just now, and is maintained with golang versions for 10.04-12.04.
Substitute References: |
||||
|
|
I've not been able to find a PPA, but the Individuals have been working on packaging upstream Go in Debian, see the WNPP bug for more info. You might be able to build a deb from the
I'm not terribly familiar with using |
|||
|
|
|
gccgo has official .deb packages in Debian experimental now. This should be all you need to compile go code into an executable. More info and links here: As latest Ubuntu is usually a pull from experimental, then it should certainly be in 11.04 Natty Narwhal. If you want roll you own .deb for a previous Ubuntu version, then comment from @lfaraone will get you access to debianized selection of google's own source. If you want to pull the source direct from Google then there is a recent article by @mirwing telling you how to do that. |
|||
|
|
