Create API documentation that can be accessed online as a HTML page. Using SwaggerHub to create a OpenAPI Specifications (OAS) document.
Note: use swaggo/swag to add support for annotations in code to generate the API spec. Use this approach rather than the generators supplied by OpenAPI *Swagger).

References:
Create API documentation that can be accessed online as a HTML page. Using SwaggerHub to create a OpenAPI Specifications (OAS) document.
Note: use swaggo/swag to add support for annotations in code to generate the API spec. Use this approach rather than the generators supplied by OpenAPI *Swagger).
References: