fgm : fast go version manager
this project is inspired by fnm
Quick Start
add the following to your shell profile:
then you can use fgm to install go versions:
this project is inspired by fnm
add the following to your shell profile:
eval $(fgm init)
then you can use fgm to install go versions:
fgm install 1.16.3
fgm use 1.16.3
go version