Improved error messaging
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>
4 files changed
tree: 229e16ba11320fee84112d955b69de69444da1df
  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: