go@1.25

Go programming language compiler and tools for building 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 main.go
Build a Go project into an executable binary$ go build -o myapp main.go
Format Go source code files$ gofmt -w *.go