We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not use non-constant formatting strings in calls to printf-like functions in src/cmd. These fail the new printf vet check (#60529).
src/cmd
vet
cc @adonovan
The text was updated successfully, but these errors were encountered:
Related Issues and Documentation
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Sorry, something went wrong.
Change https://go.dev/cl/610538 mentions this issue: cmd: fix formatting strings
cmd: fix formatting strings
The required work is a subset of the work for #68796. Closing this as a duplicate.
timothy-king
No branches or pull requests
Do not use non-constant formatting strings in calls to printf-like functions in
src/cmd
. These fail the new printfvet
check (#60529).cc @adonovan
The text was updated successfully, but these errors were encountered: