Go programming language compiler and tools version 1.23
Open source programming language to build simple/reliable/efficient software
go
gofmt
godoc
$ go run main.go
$ go build -o myapp
$ gofmt -w .