4 releases
| 0.1.4 | Dec 8, 2024 |
|---|---|
| 0.1.3 | Dec 3, 2024 |
| 0.1.2 | Dec 2, 2024 |
| 0.1.0 | Dec 2, 2024 |
#84 in #dev-tools
164 downloads per month
30KB
582 lines
ffg go mutil version manager
install
cargo install ffg
set environment
FFG_HOMEdefault value is~/.ffgFFG_MIRRORdefault value is go.dev, if work in china's mainland please set this valuehttps://studygolang.com
usage
ffg lslist local versionffg ls-remotepull release versionffg use 1.15.6install and usedffg rm 1.15.6removeffg ins 1.15.6just install the specify version
setting go path
# set ffg home
export FFG_HOME=~/.ffg
# add goroot to path
export PATH=$PATH:$FFG_HOME/go/bin
Dependencies
~28–51MB
~788K SLoC