go@1.24

Open source programming language for building simple, reliable software

brewmacoslinux
Try with needOr install directly
Source

About

Open source programming language to build simple/reliable/efficient software

Commands

gogofmtgodoc

Examples

Create and run a simple Go program$ go run hello.go
Build a Go project into an executable binary$ go build -o myapp
Format Go source code according to standard style$ gofmt -w *.go