We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The generated swagger.json output has an additional comma after the info.version key
1 { 2 "swagger": "2.0", 3 "info": { 4 "description": "Environment status", 5 "title": "Service Status API", 6 "contact": { 7 "name": "Mike Glaske", 8 "email": "mglaske@gmail.com" 9 }, 10 "version": "v0.1.0-0-g53f9fe3", <- here 11 },
To Reproduce Steps to reproduce the behavior:
Expected behavior
1 { 2 "swagger": "2.0", 3 "info": { 4 "description": "Environment status", 5 "title": "Service Status API", 6 "contact": { 7 "name": "Mike Glaske", 8 "email": "mglaske@gmail.com" 9 }, 10 "version": "v0.1.0-0-g53f9fe3" 11 },
A clear and concise description of what you expected to happen.
Your swag version v1.16.3
Your go version v1.22.3
The text was updated successfully, but these errors were encountered:
I can't reproduce the issue. Can you give us a working example?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The generated swagger.json output has an additional comma after the info.version key
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Your swag version
v1.16.3
Your go version
v1.22.3
The text was updated successfully, but these errors were encountered: