Procedure
Install Go programming language
Install the official Go toolchain from go.dev for your OS, ensure go/bin is on PATH, then verify with go version.
Download the latest official Go release for your OS from https://go.dev/
Download the latest official Go release for your OS from https://go.dev/dl/ and follow https://go.dev/doc/install . Linux: remove any old /usr/local/go, then extract the tarball into /usr/local (elevated) and add /usr/local/go/bin to PATH. macOS: run the .pkg installer (or brew install go). Windows: run the .msi installer.
Open a new terminal so PATH includes the Go bin directory. Optionally al
Open a new terminal so PATH includes the Go bin directory. Optionally also add $HOME/go/bin (or %USERPROFILE%\go\bin) to PATH for go install tools.
go version
go version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.