diff --git a/doc/go1.12.html b/doc/go1.12.html index 54ebed5142..66c37d5d1d 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -93,6 +93,16 @@ Go 1.13 will require macOS 10.11 El Capitan or later. vet should work with all supported versions of Go.

+

+ As part of this change, the experimental -shadow option + is no longer available with go vet. Checking for + variable shadowing may now be done using +

+    go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow
+    go vet -vettool=$(which shadow)
+  
+

+

Build cache requirement