If use binding:"-" for Password, then it will not return error when running the above example again.Custom ValidatorsIt is also possible to register custom validators. See the example code.package main import ( "net/http" "reflect" "time" "github.com/gin-gonic/gin" "github.com/gin-...