April 2018
Intermediate to advanced
250 pages
5h 42m
English
Installing the Go compiler and making it ready to use is sometimes tricky. However, Golang Version Manager (GVM), is a tool that helps with installing and uninstalling different Go versions on the same machine. It also helps manage GOPATH effectively.
What is GOPATH? It is defined as follows in Wikipedia:
To start using GVM, we first install the gvm command using the snippet provided on https://github.com/moovweb/gvm. It can be installed with a single command:
$ bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
Now we have GVM ...
Read now
Unlock full access