From 3a91061504818fec41c3896de46ae61ff8709e94 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Sat, 19 Jan 2019 18:24:32 +0100 Subject: [PATCH] doc: note go tool tour removal in 1.12 release notes Note the removal of the go tool tour command in the Go 1.12 release notes. Updates #24819 Change-Id: I258ab9401ea2cc06a83328c67299376fcf23c980 Reviewed-on: https://go-review.googlesource.com/c/158618 Reviewed-by: Brad Fitzpatrick Reviewed-by: Emmanuel Odeke Reviewed-by: Andrew Bonventre --- doc/go1.12.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/go1.12.html b/doc/go1.12.html index 20b3e343d1..fbe0c6a17c 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -113,6 +113,18 @@ go vet -vettool=$(which shadow)

+

Tour

+ +

+The Go tour is no longer included in the main binary distribution. To +run the tour locally, instead of running go tool tour, +manually install it: +

+go install golang.org/x/tour
+tour
+
+

+

Build cache requirement

-- 2.50.0