support #761
type Test struct {
Date time.Time `form:"Date, 2006-01-02"`
Save bool `form:"Save"`
}
Showing
1 changed file
with
21 additions
and
0 deletions
-
Please register or sign in to post a comment
type Test struct {
Date time.Time `form:"Date, 2006-01-02"`
Save bool `form:"Save"`
}