commit | ed5ebc0a1b1f6621db5c912472c63cb78b9c361e | [log] [tgz] |
---|---|---|
author | wbond <will@wbond.net> | Mon Nov 02 15:04:46 2015 -0500 |
committer | Jason Buberel <jbuberel@google.com> | Mon Nov 02 21:01:59 2015 +0000 |
tree | 229e16ba11320fee84112d955b69de69444da1df | |
parent | 354a976f7da6dd34e963ce7b66af7559518f18b2 [diff] |
sublime-config: Change GOPATH/GOROOT checker to raise exceptions When checking GOROOT and GOPATH to ensure they exist on disk, raise an exception if they are not found. This allows consuming packages to present the user with more information about why the environment variable value could not be found. This change also syncs the changelog and in-code version numbers with the tags that have been used so far. Change-Id: I00ee05bde751848737d0346193444cece5074089 Reviewed-on: https://go-review.googlesource.com/16570 Reviewed-by: Jason Buberel <jbuberel@google.com>
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: