[mirror] A Tour of Go
Перейти к файлу
Russ Cox 59ab93d7b6 LICENSE: update per Google Legal
Very minor tweaks:
 - Remove (c) pseudosymbol.
 - Remove "All Rights Reserved."
 - Change "Google Inc." (no longer exists) to "Google LLC".

[git-generate]
echo '
,s/\(c\) //
,s/ All rights reserved.//
,s/Google Inc./Google LLC/
w
q
' | sam -d LICENSE

Change-Id: I7aa6d7ae247f06f8500155ed1a53db14bd959bd6
Reviewed-on: https://go-review.googlesource.com/c/tour/+/598530
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Bypass: Russ Cox <rsc@golang.org>
2024-07-16 16:15:42 +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 LICENSE: update per Google Legal 2024-07-16 16:15:42 +00: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 all: update go directive to 1.18 2023-10-12 00:31:09 +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.