go@1.23

Go programming language compiler and tools version 1.23

brewmacoslinux
Try with needOr install directly
Source

About

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

Commands

gogofmtgodoc

Examples

Compile and run a Go program$ go run main.go
Build a Go project into an executable$ go build -o myapp
Format Go source code according to Go style$ gofmt -w .