Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 569 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 569 Bytes

Golang Version Manager

Here is a small script to manage several golang versions in Ubuntu.

GVM install video

How to install

wget 'https://raw.githubusercontent.com/fulldump/gvm/master/gvm.sh'; chmod +x gvm.sh; ./gvm.sh install

How to use

gvm set 1.7.5

That will download and configure your environment for golang 1.7.5.

If you want to see all installed versions:

gvm list