]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix vet
authorRuss Cox <rsc@golang.org>
Thu, 14 Feb 2013 20:00:51 +0000 (15:00 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 14 Feb 2013 20:00:51 +0000 (15:00 -0500)
commit11884db3d76a7e91521bb63cff3cc701c0c07826
tree3f8cee747e8a3fd8f9d8351b0230b34843924c95
parent30359a55c264dba2076c86f40a3c7c915889b9df
cmd/go: fix vet

The IgnoredGoFiles are already listed in allgofiles,
so they were being run twice. Worse, the ones in
IgnoredGoFiles are not fully qualified paths, so they
weren't being found when executed outside the
package directory.

Fixes #4764.

R=golang-dev, minux.ma, franciscossouza
CC=golang-dev
https://golang.org/cl/7308049
src/cmd/go/vet.go