1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:58:34 -06:00
go/cmd
David Symonds 573374c476 cmd/vet: Fix handling of non-Stringer arguments.
First, %v and %T accept any arguments, so they should never warn.
Second, pointer types were not handled in matchArgType.
Third, the default response for matchArgType should be false.

R=r
CC=adonovan, golang-dev
https://golang.org/cl/12038050
2013-07-30 13:15:31 +10:00
..
cover all: be more idiomatic when documenting boolean return values. 2013-07-23 10:37:43 +10:00
godoc go.tools/cmd/godoc: use playground package from go.tools 2013-07-24 17:25:24 +10:00
vet cmd/vet: Fix handling of non-Stringer arguments. 2013-07-30 13:15:31 +10:00