cmd/vet: validate that time.Format strings are sane #14743
Comments
@cellofellow could you provide some examples of wrong inputs and errors you'll expect? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vet will let the user know if
fmt.Printf
strings are incorrect and if the types passed to them are incorrect. It'd be very handy if the also rather specific format fortime.Format
strings were similarly checked for validity.The text was updated successfully, but these errors were encountered: