ffg

Crates.ioffg
lib.rsffg
version0.1.4
created_at2024-12-02 11:19:47.883822+00
updated_at2024-12-08 10:10:05.837456+00
descriptiona golang version manager tool
homepage
repositoryhttps://github.com/TuMengStudios/ffg.git
max_upload_size
id1468541
size111,220
小超人 (xx1906)

documentation

README

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 value https://studygolang.com

usage

  • ffg ls list local version
  • ffg ls-remote pull release version
  • ffg use 1.15.6 install and used
  • ffg rm 1.15.6 remove
  • ffg 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
Commit count: 0

cargo fmt