A starter project with Golang and Gin framework
Gin
https://github.com/gin-gonic/gin
https://github.com/swaggo/swag
After route change launch swag init -g server/router.go
to update swagger definition.
Run program and go to http://localhost:8080/swagger/index.html.
Look at https://github.com/swaggo for more info.