commit | ab86eb482891dc3fe0d11cb42328c22620a7ab6b | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Jul 22 11:10:58 2022 -0400 |
committer | Russ Cox <rsc@golang.org> | Fri Jul 22 15:52:53 2022 +0000 |
tree | d5a21a6288c2fd34b8f7fd8caa821e1846a01d1d | |
parent | c4e0fb51b7ad0a813ed21f07437c433087c3b850 [diff] |
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>
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: