hepeng

Results 2 issues of hepeng

as title, where can I get document about validate properties such as eqfield,nefield,gtefield etc... `type Booking struct { CheckIn time.Time `form:"check_in" binding:"required" time_format:"2006-01-02"` CheckOut time.Time `form:"check_out" binding:"required,gtfield=CheckIn" time_format:"2006-01-02"` }`

![image](https://user-images.githubusercontent.com/23466980/64940091-aa46bc80-d895-11e9-9b87-0344b91afc84.png) it's nice