A+C: delete AUTHORS and CONTRIBUTORS

In 2009, Google's open-source lawyers asked us to create the AUTHORS
file to define "The Go Authors", and the CONTRIBUTORS file was in
keeping with open source best practices of the time.

Re-reviewing our repos now in 2022, the open-source lawyers are
comfortable with source control history taking the place of the
AUTHORS file, and most open source projects no longer maintain
CONTRIBUTORS files.

To ease maintenance, remove AUTHORS and CONTRIBUTORS from all repos.

For #53961.

Change-Id: I39574c9b84a2e6e46456a3a8a1dafec41653b7bb
Reviewed-on: https://go-review.googlesource.com/c/sublime-config/+/419103
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
2 files changed
tree: d5a21a6288c2fd34b8f7fd8caa821e1846a01d1d
  1. all/
  2. dev/
  3. docs/
  4. .gitignore
  5. .pep8
  6. .sublime-dependency
  7. CONTRIBUTING.md
  8. LICENSE
  9. Main.sublime-menu
  10. PATENTS
  11. 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: