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