3 releases
new 0.1.3 | Dec 3, 2024 |
---|---|
0.1.2 | Dec 2, 2024 |
0.1.0 | Dec 2, 2024 |
#4 in #devtool
65 downloads per month
30KB
582 lines
ffg go mutil version manager
install
cargo install ffg
set environment
FFG_HOME
default value is~/.ffg
FFG_MIRROR
default value is go.dev, if work in china's mainland please set this valuehttps://studygolang.com
usage
ffg ls
list local versionffg ls-remote
pull release versionffg use 1.15.6
install and usedffg rm 1.15.6
removeffg ins 1.15.6
just 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–44MB
~707K SLoC