The catalogue

Go

Go at the version you choose, through mise, with GOPATH and go install binaries on the path.

Module
runtime.go
Category
Runtimes

What it installs

  • Go at the major version you pick, through mise, active in every shell including the one an ssh command opens.
  • GOPATH and its bin folder on the path, so what go install puts there is reachable by name.

What it asks you for

  • The Go version.
  • GOPATH, if ~/go is not where you want the modules and the binaries.

Good to know

Uninstalling takes back Go and the shell block. The module cache and whatever you installed into GOPATH stay: they are your work, not ours.

All services