commit | 65231950916bb40d6784b57fde0b9829108f7de9 | [log] [tgz] |
---|---|---|
author | wbond <will@wbond.net> | Wed Sep 30 23:00:23 2015 -0400 |
committer | wbond <will@wbond.net> | Tue Oct 06 11:05:36 2015 -0400 |
tree | 530120f5eb5b16826de0a53b52a94d2f5174333a | |
parent | 7b8397707a59e4ecd4ea54f8ae1139666c6300bc [diff] |
Golang Build: Initial Sublime Text build package implementation The documentation in the docs/ dir includes information about how to use the package and perform any necessary configuration. Change-Id: I132fdd2300f850d07724d76feb50361abc9e5e02
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 install
go test
go clean
go build
with GOOS
and GOARCH
go get
The Golang Build package is installed by using Package Control.
Package Control: Install Package
commandGolang Build
and select the package to perform the installation