tools/go/analysis/passes/printf/testdata/src
Reilly Watson 36563e24a2 cmd/vet: verify potentially-recursive Stringers are actually Stringers
The printf recursiveStringer check was checking for a function called String(),
but wasn't checking that it matched the actual function signature of Stringer.

Fixes golang/go#30441

Change-Id: I09d5fba035bb717036f7edf57efc63e2e3fe51d5
Reviewed-on: https://go-review.googlesource.com/c/tools/+/164217
Reviewed-by: Alan Donovan <adonovan@google.com>
2019-04-25 15:00:28 +00:00
..
a cmd/vet: verify potentially-recursive Stringers are actually Stringers 2019-04-25 15:00:28 +00:00
b go/analysis/passes/printf: changes for analysis API 2018-10-16 19:44:49 +00:00
nofmt go/analysis/passes/printf: fix big.Int false positive 2019-02-28 20:38:56 +00:00