Registry / web-framework / swaggo-echo-swagger

swaggo-echo-swagger

JSON →
library1.5.2gogounverified

Echo middleware to automatically generate RESTful API documentation with Swagger.

go get github.com/swaggo/echo-swagger
INSTALL
IMPORT
SIG · SWAGGO-ECHO-SWAGGE
S
swaggo-echo-swagger
web-frameworkgov1.5.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

echoswagger
github.com/swaggo/echo-swagger

Minimal Echo server with Swagger UI endpoint.

package main import ( "github.com/labstack/echo/v4" "github.com/swaggo/echo-swagger" _ "your-app/docs" ) func main() { e := echo.New() e.GET("/swagger/*", echoswagger.WrapHandler) e.Logger.Fatal(e.Start(":8080")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
swaggo-echo-swagger — go get swaggo-echo-swagger · libregistry