/gin-gonic-spike

A spike using the golang web framework gin gonic

Primary LanguageGoMIT LicenseMIT

gin-gonic-spike

A spike to evaluate gin-gonic frame work to do rest API in go

Technology usage

Generate Docs

to generate docs

with the go utility swag https://github.com/swaggo/swag

swag init this places the static docs in the docs directory which is served on the /docs/index.html

TODO

Considerations