go/install

Install Go

Install Go programming language

go
golang
install

Command

brew install go

Explanation

Go is a statically typed, compiled programming language designed for simplicity and efficiency.

Examples

Install on macOS

brew install go

Install on Ubuntu

sudo apt install golang-go

Install on Windows

winget install GoLang.Go