golangconfig: Initial implementation of Package Control dependency

Documentation within docs/development.md explains how to install for
development and testing purposes. Once fully setup, the API is
accessible by running "import golangconfig" in the Sublime Text
console.

Change-Id: I314a4b6aa4c7f951116322e0abd163d379af1f36
18 files changed
tree: 253097d384f10042fab07bc74f65b30a12c06c2a
  1. all/
  2. dev/
  3. docs/
  4. .gitignore
  5. .pep8
  6. .sublime-dependency
  7. AUTHORS
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. LICENSE
  11. Main.sublime-menu
  12. PATENTS
  13. readme.md
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:

Other documentation: