package swagger import "github.com/gin-gonic/gin" func Init() { generateSwagger() } func Setup(r *gin.Engine) { r.Static("docs", "static/swagger") }