commit | 71be16f6c5993825b74f2dfff28f6880ffbfa44d | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Jul 22 11:10:56 2022 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Jul 22 15:52:51 2022 +0000 |
tree | 7710ba08ecb49f4190ad2db1bdef3d071be1d78a | |
parent | caf6777bf0b7d0c5128775c9814f9ee401c18226 [diff] |
A+C: delete AUTHORS and CONTRIBUTORS In 2009, Google's open-source lawyers asked us to create the AUTHORS file to define "The Go Authors", and the CONTRIBUTORS file was in keeping with open source best practices of the time. Re-reviewing our repos now in 2022, the open-source lawyers are comfortable with source control history taking the place of the AUTHORS file, and most open source projects no longer maintain CONTRIBUTORS files. To ease maintenance, remove AUTHORS and CONTRIBUTORS from all repos. For #53961. Change-Id: Ib9ff4868fc4d4545e74812503976f21327d40404 Reviewed-on: https://go-review.googlesource.com/c/sublime-build/+/419102 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: David Chase <drchase@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
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