From: Brad Fitzpatrick Date: Thu, 10 Jun 2021 21:40:58 +0000 (-0700) Subject: doc/go1.17: clean up formatting of gofmt section X-Git-Tag: go1.17rc1~120 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e2dc6dd5c9b6799c9bb987f3a4600fb0df686d09;p=gostls13.git doc/go1.17: clean up formatting of gofmt section It was the only h3 in , and it lacked

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 Trust: Brad Fitzpatrick --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 101957aabd..4fa38921f0 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -293,7 +293,9 @@ Do not send CLs removing the interior tags from such phrases. https://golang.org/design/draft-gobuild.

-

gofmt

+

Gofmt

+ +

gofmt (and go fmt) now synchronizes //go:build lines with // +build lines. If a file only has // +build 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, // +build lines will be overwritten based on any existing //go:build lines. For more information, see https://golang.org/design/draft-gobuild. - +

Vet