dikac

Results 1 issues of dikac

**Describe the bug** `Content-Type: multipart/form-data; boundary=SOME-BOUNDARY` would fail to parse when request tag contain `formData` and `json` ``` type UserList struct { Page string `formData:"page" json:"page"` } ``` **To Reproduce**...