| Crates.io | ffg |
| lib.rs | ffg |
| version | 0.1.4 |
| created_at | 2024-12-02 11:19:47.883822+00 |
| updated_at | 2024-12-08 10:10:05.837456+00 |
| description | a golang version manager tool |
| homepage | |
| repository | https://github.com/TuMengStudios/ffg.git |
| max_upload_size | |
| id | 1468541 |
| size | 111,220 |
cargo install ffg
FFG_HOME default value is ~/.ffgFFG_MIRROR default value is go.dev, if work in china's mainland please set this value https://studygolang.comffg 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# set ffg home
export FFG_HOME=~/.ffg
# add goroot to path
export PATH=$PATH:$FFG_HOME/go/bin