hertz icon indicating copy to clipboard operation
hertz copied to clipboard

Go HTTP framework with high-performance and strong-extensibility for building micro-services.

Results 142 hertz issues
Sort by recently updated
recently updated
newest added

#### What type of PR is this? fix #### Check the PR title. - [ ] This PR title match the format: \(optional scope): \ - [ ] The description...

**Describe the bug** v0.7.0版本之后 BindAndValidate BindForm不能正确解析时间字符串 **To Reproduce** Steps to reproduce the behavior: 1. 代码片段 type MyTime time.Time type ReqTime struct { Birthday MyTime json:"birth" form:"birth" //MyTime已经重写UnmarshalJSON解析字符串 } func Test(ctx...