diff --git a/doc/go1.12.html b/doc/go1.12.html index 9a5d4bc621c..c398a113168 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -56,6 +56,19 @@ Go 1.13 will require macOS 10.11 El Capitan or later.

Tools

+

go tool vet no longer supported

+ +

+ The go vet command has been rewritten to serve as the + base for a range of different source code analysis tools. See + the golang.org/x/tools/go/analysis + package for details. A side-effect is that go tool vet + is no longer supported. External tools that use go tool + vet must be changed to use go + vet. Using go vet instead of go tool + vet should work with all supported versions of Go. +

+

Build cache requirement