govalidator icon indicating copy to clipboard operation
govalidator copied to clipboard

How to do custom type conversion

Open mycode65678 opened this issue 2 years ago • 0 comments

type ReportAdd struct {

	Date time.Time `form:"Date" valid:"required"`
}

How to format the type?

mycode65678 avatar Jul 31 '22 23:07 mycode65678