A library for Go environment configuration in Sublime Text
Find a file
cui fliter aae9b3747b docs: fix typo
Change-Id: Id0d0c3cf749305fece47559dfdbfd24e91bfc7a7
GitHub-Last-Rev: 0eeafca135
GitHub-Pull-Request: golang/sublime-config#10
Reviewed-on: https://go-review.googlesource.com/c/sublime-config/+/428577
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@google.com>
2023-08-05 05:01:15 +00:00
all sublime-config: Change GOPATH/GOROOT checker to raise exceptions 2015-11-02 21:01:59 +00:00
dev sublime-config: Change GOPATH/GOROOT checker to raise exceptions 2015-11-02 21:01:59 +00:00
docs docs: fix typo 2023-08-05 05:01:15 +00:00
.gitignore golangconfig: Initial implementation of Package Control dependency 2015-09-29 14:20:31 -04:00
.pep8 golangconfig: Initial implementation of Package Control dependency 2015-09-29 14:20:31 -04:00
.sublime-dependency golangconfig: Initial implementation of Package Control dependency 2015-09-29 14:20:31 -04:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:01:40 +00:00
LICENSE initial commit of empty subrepo 2015-09-16 08:44:19 -07:00
Main.sublime-menu golangconfig: Initial implementation of Package Control dependency 2015-09-29 14:20:31 -04:00
PATENTS initial commit of empty subrepo 2015-09-16 08:44:19 -07:00
readme.md golangconfig: Initial implementation of Package Control dependency 2015-09-29 14:20:31 -04:00

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: