Skip to content

Commit

Permalink
doc: note go tool tour removal in 1.12 release notes
Browse files Browse the repository at this point in the history
Note the removal of the go tool tour command in the Go 1.12 release
notes.

Updates golang#24819

Change-Id: I258ab9401ea2cc06a83328c67299376fcf23c980
Reviewed-on: https://go-review.googlesource.com/c/158618
Reviewed-by: Brad Fitzpatrick <[email protected]>
Reviewed-by: Emmanuel Odeke <[email protected]>
Reviewed-by: Andrew Bonventre <[email protected]>
  • Loading branch information
ALTree authored and nebulabox committed Feb 20, 2019
1 parent 37b550f commit 04e0d97
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/go1.12.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,18 @@ <h3 id="vet"><code>go tool vet</code> no longer supported</h3>
</pre>
</p>

<h3 id="tour">Tour</h3>

<p> <!-- CL 152657 -->
The Go tour is no longer included in the main binary distribution. To
run the tour locally, instead of running <code>go</code> <code>tool</code> <code>tour</code>,
manually install it:
<pre>
go install golang.org/x/tour
tour
</pre>
</p>

<h3 id="gocache">Build cache requirement</h3>

<p>
Expand Down

0 comments on commit 04e0d97

Please sign in to comment.