mirror of
https://github.com/golang/sublime-build.git
synced 2026-03-20 05:44:22 +00:00
The official Sublime Text package for Go build system integration.
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> |
||
|---|---|---|
| dev | ||
| docs | ||
| .gitignore | ||
| .pep8 | ||
| changelog.md | ||
| CONTRIBUTING.md | ||
| Default.sublime-commands | ||
| dependencies.json | ||
| Go.sublime-build | ||
| Golang Build Output.tmLanguage | ||
| golang_build.py | ||
| LICENSE | ||
| PATENTS | ||
| readme.md | ||
Golang Build
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:
- A Sublime Text build system for executing:
go buildgo rungo installgo testto run Tests or Benchmarksgo clean- Cross-compilation using
go buildwithGOOSandGOARCH
- Sublime Text command palette commands to:
- Execute
go get - Open a terminal into a Go workspace
- Execute
Installation
The Golang Build package is installed by using Package Control.
- If Package Control is not installed, follow the Installation Instructions
- Open the Sublime Text command palette and run the
Package Control: Install Packagecommand - Type
Golang Buildand select the package to perform the installation