From: Alberto Donizetti Date: Sat, 19 Jan 2019 17:24:32 +0000 (+0100) Subject: doc: note go tool tour removal in 1.12 release notes X-Git-Tag: go1.12rc1~24 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3a91061504818fec41c3896de46ae61ff8709e94;p=gostls13.git 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 --- 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