tree: 5d56142804335281ef6538f8391681a6805e675d [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 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