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
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:
golangconfig for your packageOther documentation: