[mirror] A Tour of Go
Перейти к файлу
Russ Cox 95324511b5 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>
2022-07-22 15:53:06 +00:00
pic pic: don't make a string copy when writing image 2020-05-08 15:55:40 +00:00
reader Revert "reader: move error check in validate" 2015-10-20 21:21:01 +00:00
tree all: add import comments 2015-03-09 02:04:06 +00:00
tutorial tutorial: add web service tutorial using Go and Gin 2021-06-16 20:00:31 +00:00
wc all: add import comments 2015-03-09 02:04:06 +00:00
CONTRIBUTING.md tour: delete the web pages 2021-06-02 22:48:29 +00:00
LICENSE go-tour: add .hgignore, and use "The Go Authors" in LICENSE 2012-08-08 10:19:30 +10:00
README.md tour: delete the web pages 2021-06-02 22:48:29 +00:00
codereview.cfg tour: add codereview.cfg 2015-03-18 17:04:19 +00:00
go.mod tour: delete the web pages 2021-06-02 22:48:29 +00:00

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.