mirror of
https://github.com/golang/go
synced 2024-11-11 23:50:22 -07:00
doc/go1.17: clean up formatting of gofmt section
It was the only h3 in <code>, and it lacked <p> around its content. It looked like it was part of the prior section: https://tip.golang.org/doc/go1.17#gofmt Change-Id: I7e9ef70e9a03474225833f44420aabd70dab3cd5 Reviewed-on: https://go-review.googlesource.com/c/go/+/326774 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Trust: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
2f1128461d
commit
e2dc6dd5c9
@ -293,7 +293,9 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
<a href="https://golang.org/design/draft-gobuild">https://golang.org/design/draft-gobuild</a>.
|
<a href="https://golang.org/design/draft-gobuild">https://golang.org/design/draft-gobuild</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 id="gofmt"><code>gofmt</code></h3>
|
<h3 id="gofmt">Gofmt</h3>
|
||||||
|
|
||||||
|
<p>
|
||||||
<code>gofmt</code> (and <code>go</code> <code>fmt</code>) now synchronizes
|
<code>gofmt</code> (and <code>go</code> <code>fmt</code>) now synchronizes
|
||||||
<code>//go:build</code> lines with <code>// +build</code> lines. If a file
|
<code>//go:build</code> lines with <code>// +build</code> lines. If a file
|
||||||
only has <code>// +build</code> lines, they will be moved to the appropriate
|
only has <code>// +build</code> lines, they will be moved to the appropriate
|
||||||
@ -301,7 +303,7 @@ Do not send CLs removing the interior tags from such phrases.
|
|||||||
added. Otherwise, <code>// +build</code> lines will be overwritten based on
|
added. Otherwise, <code>// +build</code> lines will be overwritten based on
|
||||||
any existing <code>//go:build</code> lines. For more information, see
|
any existing <code>//go:build</code> lines. For more information, see
|
||||||
<a href="https://golang.org/design/draft-gobuild">https://golang.org/design/draft-gobuild</a>.
|
<a href="https://golang.org/design/draft-gobuild">https://golang.org/design/draft-gobuild</a>.
|
||||||
</h3>
|
</p>
|
||||||
|
|
||||||
<h3 id="vet">Vet</h3>
|
<h3 id="vet">Vet</h3>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user