padawin

Results 4 comments of padawin

I faced the same issue. This issue has been introduced by the #131: by calling html(), the special characters are encoded (eg & into &) and the keys are then...

The struct is in the same package as the handler's (where the swagger doc comment is), so I can't import it. I would like to take the route of giving...

Also, using: ``` // @Success 200 {object} SomeStruct ``` (because the package is the same as the current file) Behaves the same as using `package.SomeStruct`, it conflicts between the two...

Ok, I could narrow things down. On our project, we are using `swag` 1.6.7. This version does not require packages to be imported locally to be present in the swagger...