8 releases

0.2.3 Sep 21, 2024
0.2.2 Sep 20, 2024
0.1.4 Sep 19, 2024

#1549 in Development tools

Download history 245/week @ 2024-09-13 395/week @ 2024-09-20 21/week @ 2024-09-27 2/week @ 2024-10-04

663 downloads per month

MIT/Apache

25KB
505 lines

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

Dependencies

~10–23MB
~367K SLoC