Govm is a fast and flexible version manager for Go built with Go.
Govm lets you work with multiple versions of Go, actively.
download binary from here
and copy the binary to a place under $PATH
.
[or]
go get github.com/shivakishore14/govm
govm configure
List all versions available for download
govm ls-remote
List versions installed locally.
govm ls
govm install 1.10
govm use 1.10
govm uninstall 1.10
govm exec 1.10 go env
Contributions to GoVM are welcome and encouraged. please read CONTRIBUTING.md
Please report them under issues