go

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

go

Examples

Create and run a simple Go program$ go run main.go
Build a compiled binary from Go source code$ go build -o myapp main.go
Download and install package dependencies$ go get github.com/user/package