golang/go

cmd/vet: mismatch between Printf checks and actual behaviour

Open

#27,672 opened on Sep 14, 2018

View on GitHub
 (12 comments) (1 reaction) (0 assignees)Go (19,008 forks)batch import
AnalysisNeedsFixhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide