tree: d23fe47dd874fd9a96f6de5e2a2fd84239283700 [path history] [tgz]
  1. commands.md
  2. configuration.md
  3. design.md
  4. development.md
  5. readme.md
  6. usage.md
docs/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
    • 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

Documentation

End User

Contributor