x/tools/go/analysis/passes/printf: say what the right type is in the analyzer #59875
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
The analyzer output at https://github.com/golang/tools/blob/master/go/analysis/passes/printf/printf.go#L889 knows that you're using the wrong type, but does not specify what the right type should be and it seems like it could.
What did you expect to see?
The correct format string to use. Something like
What did you see instead?
Would it be feasible to include the correct type in the output?
The text was updated successfully, but these errors were encountered: