9 releases
new 0.2.4 | Nov 4, 2024 |
---|---|
0.2.3 | Sep 21, 2024 |
0.1.4 | Sep 19, 2024 |
#44 in #version-manager
26KB
532 lines
fgm : fast go version manager
this project is inspired by fnm
Installation
cargo install fgm
or cargo binstall fgm
(Suggested)
Quick Start
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
Dependencies
~11–24MB
~363K SLoC