blob: dfb1ffe6dbd3f1c2df69488bec966fdc9a2911d1 [file] [log] [blame] [view]
# 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
- [Usage](usage.md)
- [Configuration](configuration.md)
- [Commands](commands.md)
- [Changelog](../changelog.md)
- [License](../LICENSE)
- [Patents](../PATENTS)
### Contributor
- [Contributing](../CONTRIBUTING.md)
- [Design](design.md)
- [Development](development.md)
- [Contributors](../CONTRIBUTORS)
- [Authors](../AUTHORS)