You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Golang 1.10 with Gin (I'm not sure the version, but I'm using just go get github.com/gin-gonic/gin, and I'm getting a runtime error that there is Undefined validation function on field Username.
I'm using Golang 1.10 with Gin (I'm not sure the version, but I'm using just
go get github.com/gin-gonic/gin
, and I'm getting a runtime error that there isUndefined validation function on field Username
.This is my code
And it is failing on
alphanumunicode
, as defined in the validation documentation.It has failed on several other documented validation functions as well. Does gin limit to a subset of these validation functions?
The text was updated successfully, but these errors were encountered: