commit | 5e7c650d1b2bcc5a39c93fc2482117fea5e6ae7a | [log] [tgz] |
---|---|---|
author | wbond <will@wbond.net> | Mon Sep 21 13:33:50 2015 -0400 |
committer | wbond <will@wbond.net> | Tue Sep 29 14:20:31 2015 -0400 |
tree | 253097d384f10042fab07bc74f65b30a12c06c2a | |
parent | 61f29f9fb16f7062da452eec0c419d8dd4c4e1fb [diff] |
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: