Golang Build
The official Sublime Text package for Go build system integration.
Details
Installs
- Total 89K
- Win 38K
- Mac 31K
- Linux 20K
May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 4 | 8 | 5 | 3 | 5 | 6 | 9 | 10 | 5 | 5 | 4 | 9 | 3 | 1 | 4 | 5 | 4 | 3 | 5 | 5 | 3 | 7 | 9 | 3 | 6 | 6 | 4 | 4 | 2 | 2 | 7 | 4 | 5 | 2 | 5 | 4 | 8 | 6 | 3 | 5 | 5 | 10 | 5 | 6 | 2 |
Mac | 2 | 5 | 3 | 2 | 5 | 5 | 6 | 6 | 5 | 2 | 3 | 5 | 5 | 6 | 1 | 4 | 2 | 2 | 3 | 6 | 6 | 4 | 1 | 4 | 2 | 5 | 5 | 2 | 2 | 1 | 2 | 4 | 4 | 6 | 6 | 6 | 4 | 8 | 3 | 2 | 6 | 4 | 5 | 3 | 9 | 2 |
Linux | 1 | 2 | 1 | 4 | 2 | 4 | 2 | 6 | 3 | 6 | 1 | 3 | 2 | 2 | 9 | 2 | 7 | 5 | 4 | 2 | 1 | 3 | 5 | 4 | 2 | 4 | 1 | 3 | 2 | 3 | 1 | 2 | 2 | 3 | 6 | 5 | 4 | 3 | 2 | 0 | 3 | 6 | 2 | 3 | 3 | 0 |
Readme
- Source
- raw.githubusercontent.com
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 build
go run
go install
go test
to run Tests or Benchmarksgo clean
- Cross-compilation using
go build
withGOOS
andGOARCH
- 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 Package
command - Type
Golang Build
and select the package to perform the installation