Open jtbonhomme opened 4 years ago
@jtbonhomme any resolution on this? I'm seeing the same issue on go1.14.2 linux/am64 with Ubuntu.
@jtbonhomme any resolution on this? I'm seeing the same issue on go1.14.2 linux/am64 with Ubuntu.
I still seeing the same issue too go1.18
any resolution? i am seeing this too.
Here is the fix:
type MyRequest struct {
CreatedAt string `json:"createdAt" validate:"required,datetime=2006-01-02T15:04:05.999999999Z"`
}
Package version eg. v9, v10:
gopkg.in/go-playground/validator.v9 v9.31.0
Issue, Question or Enhancement:
Got a panic during validation of a structure with erreur message:
The documentation clearly states:
Issue #643 suggests to add Golang time format expected. I tried both forms but neither worked.
Code sample, to showcase or reproduce:
The content of
MyRequest.CreatedAt
field is :2020-11-10T20:46:01.0700047Z