Clone this repo:
  1. 71be16f A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 1 year, 8 months ago master
  2. caf6777 CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 6 years ago
  3. 1cba804 Drop leading whitespace from file regex. by Matt Jones · 8 years ago
  4. 1e45a90 sublime-build: Added new Benchmark build variant by nick.grange · 8 years ago
  5. b9eab30 sublime-build: Provide specific prompts for missing GOPATH/GOROOT by wbond · 8 years ago v0.9.0

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 Benchmarks
    • go clean
    • Cross-compilation using go build with GOOS and GOARCH
  • Sublime Text command palette commands to:
    • Execute go get
    • Open a terminal into a Go workspace

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

Documentation

End User

Contributor