Package gin implements a HTTP web framework called gin, featuring a martini-like API with much better performance.
go get gopkg.in/gin-gonic/gin.v1No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple HTTP server with Gin
Update import to github.com/gin-gonic/gin and adjust code for API changes.
No dependency data recorded yet.