A simple tool to manage local go version.
$ git clone https://github.com/lily-lee/goenv.git
$ cd goenv
$ make install
goenv is a tool for you to manage your go version.
Usage:
goenv [commands] [version]
The commands are:
remote list golang versions from golang.org.
list list local go versions.
install install a certain go. eg: goenv install 1.11.5.
use change local go version. eg: goenv use 1.11.5.
current show current go version.
version show goenv version.
help show help.
If you had installed go before, please make sure you had added your $GOPATH/bin to your $PATH.