#version-manager #go #shell #install #fnm

bin+lib fgm

Fast and simple go version manager

9 releases

0.2.4 Nov 4, 2024
0.2.3 Sep 21, 2024
0.1.4 Sep 19, 2024

#48 in #version-manager

Download history 628/week @ 2024-09-18 29/week @ 2024-09-25 6/week @ 2024-10-02 1/week @ 2024-10-09 5/week @ 2024-10-16 113/week @ 2024-10-30 34/week @ 2024-11-06 5/week @ 2024-11-13 3/week @ 2024-11-20

76 downloads per month

MIT/Apache

26KB
532 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

~11–24MB
~366K SLoC