tree: 7710ba08ecb49f4190ad2db1bdef3d071be1d78a [path history] [tgz]
  1. dev/
  2. docs/
  3. .gitignore
  4. .pep8
  5. changelog.md
  6. CONTRIBUTING.md
  7. Default.sublime-commands
  8. dependencies.json
  9. Go.sublime-build
  10. Golang Build Output.tmLanguage
  11. golang_build.py
  12. LICENSE
  13. PATENTS
  14. readme.md
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 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