[mirror] A Tour of Go
Find a file
Mikkel Søbstad 11c9ad7ead tutorial: fix 404 link in web-service-gin
The link to the Gin docs was returning a 404 error
updated the link to point to en/docs from /docs.

Fixes golang/go#76040

Change-Id: Ibfb5d090aa3e3771538ee93252bd3c1529ef3965
GitHub-Last-Rev: 193c6fe295
GitHub-Pull-Request: golang/tour#1766
Reviewed-on: https://go-review.googlesource.com/c/tour/+/714540
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2025-10-24 12:18:02 -07: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: fix 404 link in web-service-gin 2025-10-24 12:18:02 -07:00
wc all: add import comments 2015-03-09 02:04:06 +00:00
codereview.cfg tour: add codereview.cfg 2015-03-18 17:04:19 +00:00
CONTRIBUTING.md tour: delete the web pages 2021-06-02 22:48:29 +00:00
go.mod all: update go directive to 1.18 2023-10-12 00:31:09 +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

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.