Crates.io | fgm |
lib.rs | fgm |
version | 0.2.4 |
source | src |
created_at | 2024-09-18 17:47:58.896207 |
updated_at | 2024-11-04 13:44:36.439077 |
description | Fast and simple go version manager |
homepage | |
repository | https://github.com/cncsmonster/fgm |
max_upload_size | |
id | 1379443 |
size | 89,182 |
this project is inspired by fnm
cargo install fgm
or cargo binstall fgm
(Suggested)
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