| commit | 6f13328a5d345cfbbf1e801c3863ece4398f5d47 | [log] [tgz] |
|---|---|---|
| author | wbond <will@wbond.net> | Wed Oct 28 12:59:30 2015 -0400 |
| committer | Jason Buberel <jbuberel@google.com> | Thu Oct 29 10:05:26 2015 +0000 |
| tree | 8b2af61a1c147677569fc774de88f2d5f3d411ce | |
| parent | 3e951682612fa0bf4b15b89000e281a5d0e9f850 [diff] |
Golang Build: add the Run variant to the build system This change alters how the go subprocess is killed to ensure that the temporary binary executed during "go run" is also killed so that users can cancel the Run variant like the other variants. Additionally, there is support for a file path to the run variant so that users can create a project setting that specifies the file to always pass to "go run". The file path may be relative to $GOPATH/src/, for multi-user or cross-platform development. The relative file path functionality supports multiple entries in $GOPATH. Change-Id: I7cf3b3e9ff89665ea0cd776fe6facb164575fecb Reviewed-on: https://go-review.googlesource.com/16441 Reviewed-by: Glenn Lewis <gmlewis@google.com> Reviewed-by: Jason Buberel <jbuberel@google.com>
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 buildgo rungo installgo testgo cleango build with GOOS and GOARCHgo getThe Golang Build package is installed by using Package Control.
Package Control: Install Package commandGolang Build and select the package to perform the installation