mirror of
https://github.com/golang/go
synced 2024-11-26 20:51:23 -07:00
doc: fix a sentence position.
Only a last sentence of A Tour of Go is shifting to the left. I fixed a HTML tag order according to other sentences it. Change-Id: I6a301178d15db893f596b8da80a4d98721160386 Reviewed-on: https://go-review.googlesource.com/79856 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
be589f8d2b
commit
c52e26e323
@ -49,10 +49,10 @@ Each section concludes with a few exercises so you can practice what you've
|
|||||||
learned. You can {{if not $.GoogleCN}}<a href="//tour.golang.org/">take the tour
|
learned. You can {{if not $.GoogleCN}}<a href="//tour.golang.org/">take the tour
|
||||||
online</a> or{{end}} install it locally with:
|
online</a> or{{end}} install it locally with:
|
||||||
</p>
|
</p>
|
||||||
<p>
|
|
||||||
<pre>
|
<pre>
|
||||||
$ go get golang.org/x/tour/gotour
|
$ go get golang.org/x/tour/gotour
|
||||||
</pre>
|
</pre>
|
||||||
|
<p>
|
||||||
This will place the <code>gotour</code> binary in your workspace's <code>bin</code> directory.
|
This will place the <code>gotour</code> binary in your workspace's <code>bin</code> directory.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user