commit | 83e26fe4ce06343887df80c4b46a313d6c75fc4a | [log] [tgz] |
---|---|---|
author | wbond <will@wbond.net> | Wed Oct 21 16:35:32 2015 -0400 |
committer | Jason Buberel <jbuberel@google.com> | Wed Oct 21 21:41:24 2015 +0000 |
tree | 6311b1627c6a78cb44e353bbd7f849e99aa18001 | |
parent | ea0b77ab74d9d652c1671f713f4078fb537b05eb [diff] |
Golang Build: add support for Sublime Text build navigation Allows for using the Tools > Build Results > (Next|Previous) Result menu entries or keyboard bindings to jump to files containing build errors. Also supports cmd/ctrl clicking file names in error messages. Change-Id: I55762e53e74308b02086835d17f66259acc84e2b Reviewed-on: https://go-review.googlesource.com/16153 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 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