mirror of
https://github.com/golang/sublime-config.git
synced 2026-03-20 05:25:15 +00:00
A library for Go environment configuration in Sublime Text
Change-Id: Id0d0c3cf749305fece47559dfdbfd24e91bfc7a7
GitHub-Last-Rev:
|
||
|---|---|---|
| all | ||
| dev | ||
| docs | ||
| .gitignore | ||
| .pep8 | ||
| .sublime-dependency | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Main.sublime-menu | ||
| PATENTS | ||
| readme.md | ||
golangconfig
golangconfig is a Sublime Text dependency designed to be a common API for
configuration of Go environment variables. It is intended to be used by any and
all Go-related Sublime Text packages in an effort to help reduce duplication
of user configuration.
The documentation for the package is split into two audiences:
- User documentation describing how to configure Sublime Text to properly work with your Go environment
- Package developer documentation containing API
documentation and instructions on how to require
golangconfigfor your package
Other documentation: