Installing Go And Setting Up The Environment - Golang - Complete Documentation by ntxm.org

Installing Go

An overview of the available methods for installing Go on your system - precompiled binary distributions, building from source, and managing multiple versions

The Go Workspace and Environment Variables

Understand the Go workspace concept across the GOPATH and module eras, the key environment variables that control Go tooling, and how to inspect them with the go env command

Editors and IDEs for Go

How to configure your editor for Go development using language server integration with gopls and essential formatting and linting tools