We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如说
startDate time.Time `json:"start_date,layout=2016-01-02"`
支持time.Time类型的field的binding,并且支持用户自定义layout
The text was updated successfully, but these errors were encountered:
这个需求可以,不过每个标签都加 layout是不是会有些多呢:
startDate time.Time `json:"start_date,layout=2016-01-02" query:"start_date,layout=2016-01-02"`
Sorry, something went wrong.
ok 那还是改成
startDate time.Time `json:"start_date" query:"start_date" layout:"2016-01-02"`
现在支持了吗?为啥这么长时间的 issue 还一直是 open 状态,也不关闭,是还没做支持吗?
No branches or pull requests
比如说
支持time.Time类型的field的binding,并且支持用户自定义layout
The text was updated successfully, but these errors were encountered: