2012-01-23 22:00:48 -08:00
2012-01-23 21:59:15 -08:00
2012-01-23 22:00:48 -08:00
2012-01-23 21:55:15 -08:00
2011-11-18 06:59:53 -08:00
2012-01-16 13:20:47 -08:00
2012-01-15 23:17:57 -08:00

Installing

bash < <(curl -s https://raw.github.com/moovweb/gvm/master/binscripts/gvm-installer )

Installing Go

gvm install release.r60.3
gvm use release.r60.3

Once this is done Go will be in the path and ready to use. $GOROOT is set automatically.

List Go Versions

To list all installed Go versions (The current version is prefixed with "=>"):

gvm list

Uninstalling

To completely remove gvm and all installed Go versions and packages:

gvm implode

Mac OSX Requirements

Install mercurial from http://mercurial.berkwood.com/

Linux Requirements

sudo apt-get install curl
sudo apt-get install git
sudo apt-get install mercurial
sudo apt-get install make
sudo apt-get install binutils
sudo apt-get install bison
sudo apt-get install gcc
S
Description
No description provided
Readme MIT
852 KiB
Languages
Shell 96.4%
Ruby 2.6%
Makefile 0.7%
M4 0.3%