Golang Build is a Sublime Text package for compiling Go projects. It provides integration between Sublime Text and the command line go
tool.
The package consists of the following features:
go build
go run
go install
go test
go clean
go build
with GOOS
and GOARCH
go get