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 golang/go#53961.

Change-Id: I9ff618b0e8147821e0bd00c850c9ce13b9c16e29
Reviewed-on: https://go-review.googlesource.com/c/tour/+/418925
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
2 files changed
tree: 5c01548c19ab8cbcf458b47af400f0bb7ec4fa85
  1. pic/
  2. reader/
  3. tree/
  4. tutorial/
  5. wc/
  6. codereview.cfg
  7. CONTRIBUTING.md
  8. go.mod
  9. LICENSE
  10. README.md
README.md

Go Tour

The actual web pages for “A Tour of Go” moved to golang.org/x/website.

This repo still holds the supporting packages like golang.org/x/tour/pic.