Registry / web-framework / gin-gonic-contrib

gin-gonic-contrib

JSON →
library0.0.0-20260101091603-d12f07a9136bgogounverified

A collection of third-party middleware and utilities for the Gin web framework.

go get github.com/gin-gonic/contrib
INSTALL
IMPORT
SIG · GIN-GONIC-CONTRIB
G
gin-gonic-contrib
web-frameworkgov0.0.0-20260101091603-d12f07a9136b
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.

contrib
github.com/gin-gonic/contrib

Serves static files using the static middleware from Gin Contrib.

package main import ( "github.com/gin-gonic/contrib/static" "github.com/gin-gonic/gin" ) func main() { r := gin.Default() r.Use(static.Serve("/", static.LocalFile("./public", true))) r.Run() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260101091603-d12f07a9136blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gin-gonic-contrib — go get gin-gonic-contrib · libregistry