Registry / web-framework / swaggo-http-swagger

swaggo-http-swagger

JSON →
library1.3.4gogounverified

A Go HTTP handler that serves Swagger UI for your API documentation.

go get github.com/swaggo/http-swagger
INSTALL
IMPORT
SIG · SWAGGO-HTTP-SWAGGE
S
swaggo-http-swagger
web-frameworkgov1.3.4
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.

httpSwagger
github.com/swaggo/http-swagger

Serve Swagger UI at /swagger/

package main import ( "net/http" "github.com/swaggo/http-swagger" ) func main() { http.Handle("/swagger/", httpSwagger.Handler()) http.ListenAndServe(":8080", nil) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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