1
0
mirror of https://github.com/golang/go synced 2024-10-03 23:21:22 -06:00
go/src/cmd/vet
Rob Pike 4434212f15 cmd/vet: use types to test Error methods correctly.
We need go/types to discriminate the Error method from
the error interface and the Error method of the testing package.
Fixes #4753.

R=golang-dev, bradfitz, gri
CC=golang-dev
https://golang.org/cl/7396054
2013-02-22 17:16:31 -08:00
..
atomic.go vet: improve flag handling 2013-02-11 13:33:11 -08:00
buildtag_bad.go cmd/vet: check for misplaced and malformed build tags 2013-01-31 13:52:27 -08:00
buildtag.go vet: improve flag handling 2013-02-11 13:33:11 -08:00
doc.go cmd/godoc: use go/build to determine package and example files 2013-02-19 11:19:58 -08:00
main.go cmd/vet: use types to test Error methods correctly. 2013-02-22 17:16:31 -08:00
Makefile cmd/vet: check for misplaced and malformed build tags 2013-01-31 13:52:27 -08:00
method.go cmd/vet: restructure to be package-driven 2013-02-22 13:32:43 -08:00
print.go cmd/vet: use types to test Error methods correctly. 2013-02-22 17:16:31 -08:00
rangeloop.go vet: improve flag handling 2013-02-11 13:33:11 -08:00
structtag.go vet: improve flag handling 2013-02-11 13:33:11 -08:00
taglit.go vet: improve flag handling 2013-02-11 13:33:11 -08:00