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.

  1. 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.

  2. 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.

  3. go version

    go version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11XA1W48BC273SQ4HWN3Z8V

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.