What version of Go are you using (go version)?
go version go1.11 linux/amd64
What did you do?
What did you expect to see?
Vet to accept the first Printf call and to flag the second one
What did you see instead?
Vet flags the first call and accepts the second one
What version of Go are you using (
go version)?go version go1.11 linux/amd64
What did you do?
What did you expect to see?
Vet to accept the first Printf call and to flag the second one
What did you see instead?
Vet flags the first call and accepts the second one