commit | 3a419cb0cf7a9d0ff06c98a3f12091710383790c | [log] [tgz] |
---|---|---|
author | wbond <will@wbond.net> | Fri Oct 23 02:04:58 2015 -0400 |
committer | Jason Buberel <jbuberel@google.com> | Fri Oct 23 15:22:25 2015 +0000 |
tree | d6c3f7f3c28f448e186f9ab1a78339af201c7769 | |
parent | 83e26fe4ce06343887df80c4b46a313d6c75fc4a [diff] |
Golang Build: When flags are passed, replace default Previously, any flags that were provided to a command via settings or parameters would be appended to the default flag of "-v". With this change, if any flags are provided, the default is omitted. This gives complete control of flags to the user. Change-Id: Icad35a51d7444f7799989a9831a996ec798b2bf6 Reviewed-on: https://go-review.googlesource.com/16252 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