{"id":50702,"library":"swaggo-gin-swagger","title":"gin-swagger","description":"Gin middleware to automatically generate REST API documentation from Swagger/OpenAPI annotations.","status":"active","version":"1.6.1","language":"go","source_language":null,"source_url":"https://github.com/swaggo/gin-swagger","tags":["swagger","openapi","gin","middleware","documentation"],"install":[{"cmd":"go get github.com/swaggo/gin-swagger","lang":"bash","label":"Install github.com/swaggo/gin-swagger"}],"dependencies":[],"imports":[{"symbol":"ginSwagger","correct":"github.com/swaggo/gin-swagger"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/gin-gonic/gin\"\n\tswaggerFiles \"github.com/swaggo/files\"\n\tginSwagger \"github.com/swaggo/gin-swagger\"\n)\n\nfunc main() {\n\tr := gin.Default()\n\tr.GET(\"/swagger/*any\", ginSwagger.WrapHandler(swaggerFiles.Handler))\n\tr.Run()\n}","lang":"go","description":"Serves Swagger UI at /swagger."},"warnings":[],"env_vars":null,"search_vec":"'annot':14 'api':10 'automat':7 'document':11,19 'generat':8 'gin':2,4,17 'gin-swagg':1 'middlewar':5,18 'openapi':16 'rest':9 'swagger':3,15 'swagger/openapi':13","created_at":"2026-06-15T05:05:32.033599+00:00","updated_at":"2026-06-15T05:05:32.033599+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/swaggo/gin-swagger","github":"https://github.com/swaggo/gin-swagger","docs":"https://pkg.go.dev/github.com/swaggo/gin-swagger#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}