#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

#47 in #version-manager

Download history 401/week @ 2024-09-14 249/week @ 2024-09-21 13/week @ 2024-09-28 5/week @ 2024-10-12 1/week @ 2024-10-19 136/week @ 2024-11-02 14/week @ 2024-11-09

153 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
~365K SLoC