fgm

Crates.iofgm
lib.rsfgm
version0.2.4
sourcesrc
created_at2024-09-18 17:47:58.896207
updated_at2024-11-04 13:44:36.439077
descriptionFast and simple go version manager
homepage
repositoryhttps://github.com/cncsmonster/fgm
max_upload_size
id1379443
size89,182
(CNCSMonster)

documentation

README

fgm : fast go version manager

this project is inspired by fnm

Installation

cargo install fgm or cargo binstall fgm(Suggested)

Quick Start

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
Commit count: 16

cargo fmt