]> Cypherpunks repositories - gostls13.git/commit
doc: explain minor change to gofmt in go1.11
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 5 Jul 2018 13:17:46 +0000 (14:17 +0100)
committerIan Lance Taylor <iant@golang.org>
Fri, 20 Jul 2018 19:59:12 +0000 (19:59 +0000)
commit889809719738ff5708c3ae94b67e1827ce6ff1a4
treeb61e329d3fd9cc841236c7bef81a6960493331b5
parent834d2244a0150d8ae29b587ed2193e81e552d601
doc: explain minor change to gofmt in go1.11

Add the tools section with a Gofmt sub-section, just like in
go1.10.html. Instead of copying the two last paragraphs from 1.10, which
warn users about the hidden complexity of enforcing gofmt, move that to
go/format and link to it.

While at it, remove a duplicate "Tools" header that was likely added by
accident.

Fixes #26228.

Change-Id: Ic511c44b2b86f82a41f2b78dd7e7482d694b6c62
Reviewed-on: https://go-review.googlesource.com/122295
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.11.html
src/go/format/format.go