commit | caf6777bf0b7d0c5128775c9814f9ee401c18226 | [log] [tgz] |
---|---|---|
author | Andrew Bonventre <andybons@golang.org> | Wed Mar 14 13:21:13 2018 -0400 |
committer | Andrew Bonventre <andybons@golang.org> | Wed Mar 14 18:01:24 2018 +0000 |
tree | 91d09afe60c6d32a3e38b829f17e9a656a51c5c6 | |
parent | 1cba804ede9c49725dafaf2b0650d274dc5cb086 [diff] |
CONTRIBUTING.md: remove note about not accepting Pull Requests Updates golang/go#24185 Change-Id: Iad25cc56ecc904c70330325a2eed1f51b4391dd1 Reviewed-on: https://go-review.googlesource.com/100691 Reviewed-by: Andrew Bonventre <andybons@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
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
to run Tests or Benchmarksgo 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