Open
Description
- [+] I have looked at the documentation here first?
- [+] I have looked at the examples provided that may showcase my question here?
Package version eg. v9, v10:
v10
Issue, Question or Enhancement:
Got an error: ["3dcf8eb3-4489-4777-af93-2ba289316e77"] is not valid value for uuid.UUID
Code sample, to showcase or reproduce:
type getContactRequest struct {
ID uuid.UUID `uri:"id" binding:"required,uuid4"`
}
If i pass
type getContactRequest struct {
ID string `uri:"id" binding:"required,uuid4"`
}
``` - It works