Skip to content

fulldump/gvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Golang Version Manager for Ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages