skip to content

Go modules

0 cheat sheets

Go Modules#

Per-package cheat sheets for Go modules from pkg.go.dev. Slugs use the form go-<name> (e.g. go-cobra, go-viper) so the same module name in another ecosystem never collides with these.

The go toolchain itself and command-line Go tooling are documented under Linux.

Many modules here ship a CLI installable via go install <module>/cmd/<name>@latest. Those have a companion CLI article in Linux, cross-linked via related:.