You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with the example you gave in 'swag/examples/gorilla/main.go'. Indeed, the path with variable {id} do not work with gorilla if you api.walk using ColonPath (that's for gin). So the example for gorilla should be:
Hello,
Thanks for your project and contributions.
There is a problem with the example you gave in 'swag/examples/gorilla/main.go'. Indeed, the path with variable {id} do not work with gorilla if you api.walk using ColonPath (that's for gin). So the example for gorilla should be:
The full example with this correction is in the pull request I just proposed.
Edit: the PR is #21
Thanks
Sofiane
The text was updated successfully, but these errors were encountered: