cmd/vet: should not complain about format %q used with []string #25869
Labels
Milestone
Comments
Minor correction: The argument is []interface{} not []string. |
Ah, never mind then. (Too) early morning here. Can't read apparently. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In https://go-review.googlesource.com/c/tools/+/118557 @griesemer is adjusting valid code just to appease vet.
I suspect that vet is wrong here and it should permit %q with []string.
/cc @robpike
The text was updated successfully, but these errors were encountered: