golangconfig: Add support for multiple paths in GOPATH

The path checker now will properly check GOPATH settings that
contain multiple paths.

Change-Id: I1e750d6d44051ba50b5230c30ce2779ddb82cefa
Reviewed-on: https://go-review.googlesource.com/16251
Reviewed-by: Jason Buberel <jbuberel@google.com>
2 files changed
tree: e3f265d07b66c170abf9194e46d07c2d9839ac3e
  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: