commit | 3e951682612fa0bf4b15b89000e281a5d0e9f850 | [log] [tgz] |
---|---|---|
author | Jason Buberel <jbuberel@google.com> | Sun Oct 25 23:29:58 2015 -0700 |
committer | Jason Buberel <jbuberel@google.com> | Mon Oct 26 21:43:25 2015 +0000 |
tree | 205427239323d12f563b84371cfb3e72f4d1a8a8 | |
parent | 3a419cb0cf7a9d0ff06c98a3f12091710383790c [diff] |
sublime-build: nstructions for overriding default install target The existing documentation did not include information covering a common use-case for Go devs - to always install a specific package, regardless of the current file being edited. Added a section to docs/configuration.md showing users how to use the flag-override functionality in their project-specific settings to achieve this. Change-Id: I6c59e829b8f355101f8b4eab5dc4269daf5f77b2 Reviewed-on: https://go-review.googlesource.com/16324 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 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