]> Cypherpunks repositories - gostls13.git/commit
doc: document cmd/vet changes for 1.18 release
authorTim King <taking@google.com>
Thu, 9 Dec 2021 19:06:25 +0000 (11:06 -0800)
committerTim King <taking@google.com>
Fri, 10 Dec 2021 19:26:50 +0000 (19:26 +0000)
commit766f89b5c625f8c57492cf5645576d9e6f450cc2
tree7002c26c47c17dce8dc5643b261590a769710ddf
parentc473ca087733236a6524900d037d92f32d5f6b70
doc: document cmd/vet changes for 1.18 release

cmd/vet has several precision improvements for the checkers copylock, printf, sortslice, testinggoroutine, and tests. Adds a high level mention in the release notes and an example of string constant concatenation.

Updates #47694

Change-Id: I7a342a57ca3fd9e2f3e8ec99f7b647269798317f
Reviewed-on: https://go-review.googlesource.com/c/go/+/370734
Reviewed-by: Russ Cox <rsc@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Trust: Tim King <taking@google.com>
Run-TryBot: Tim King <taking@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
doc/go1.18.html