Descriptiongo.tools/cmd/vet: don't check for shadowing of blank identifier
It's pointless.
Also this fixes a crash, because the blank identifier no longer appears as a
defined object after CL 74190043 so we were getting nil pointer violations.
Even better, we get to re-enable a disabled test.
Patch Set 1 #Patch Set 2 : diff -r 41e943a29d80 https://code.google.com/p/go.tools #
MessagesTotal messages: 3
|