For real projects, you'll want Go installed locally. Visit go.dev/dl and download the installer for your operating system. The installer handles everything automatically.
After installation, open a terminal and type go version. You should see something like go version go1.21.0. If you get "command not found", restart your terminal or check that Go's bin directory is in your PATH.