commit | 4b7030753767bcb5148d2279bde1db731dce9868 | [log] [tgz] |
---|---|---|
author | Jason Buberel <jbuberel@google.com> | Thu Oct 29 20:37:49 2015 -0700 |
committer | Jason Buberel <jbuberel@google.com> | Fri Oct 30 20:04:15 2015 +0000 |
tree | 51903811b3c20bdb54f3b66f28628b31cb32ee87 | |
parent | 6f13328a5d345cfbbf1e801c3863ece4398f5d47 [diff] |
sublime-build: Adding documentation for cancelling Go Run A small documentation change to let users know that when using the Go Run command with a long-running process they will need to use the custom 'Go: Cancel Build' command to terminate the process. I also included an example of how to create a key bindig for the command. Change-Id: I0825193ba8db4225a6a44ad69025b39219e57086 Reviewed-on: https://go-review.googlesource.com/16507 Reviewed-by: Will Bond <will@wbond.net> 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 build
go run
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