Documentation
¶
Overview ¶
Package bug3100 reproduces go-swagger issue #3100: a parameter declared with `in: formData` inside an inline `swagger:route` annotation lost its `in` field in the generated spec (the scanner only recognised `form`), so the parameter rendered with name/type/description but no `in`.
The expected behaviour — locked by the golden — is that `in: formData` round-trips verbatim, for the `+name:` flush form the reporter used, alongside parameters in other locations (here `query`).
Click to show internal directories.
Click to hide internal directories.