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
The template project should have a basic setup for automatic Swagger docs generation, that can be used by projects later.
Idea: there's a handy lib called Swag that could help achieving this using godoc (you simply comment the handler functions and the Swagger docs gets automatically generated). This can be added to a Makefile or even the CI/CD pipeline.
The text was updated successfully, but these errors were encountered:
The template project should have a basic setup for automatic Swagger docs generation, that can be used by projects later.
Idea: there's a handy lib called Swag that could help achieving this using
godoc
(you simply comment the handler functions and the Swagger docs gets automatically generated). This can be added to a Makefile or even the CI/CD pipeline.The text was updated successfully, but these errors were encountered: