g : un gestionnaire de versions Go simple en script POSIX
Summary
The article introduces g, a lightweight Go version manager implemented as a portable POSIX shell script. It installs and switches Go versions using official prebuilt archives, requires no sudo, and is designed to be cross-shell and portable. It also covers installation, usage commands, mirrors, and platform overrides, positioning g as a minimal, auditable alternative to heavier Go env managers for DevOps and SMB teams.