|
|
|
|
|
by uriel
5362 days ago
|
|
There are Go packages for Debian and Ubuntu at least ( http://go-lang.cat-v.org/packages ) plus a binary distribution for Windows, and installing in other systems is quite trivial: $ hg clone -u release https://go.googlecode.com/hg/ go
$ cd go/src
$ ./all.bash
|
|