{"id":68266,"library":"gin-gonic-gin-v1","title":"Gin Web Framework","description":"Package gin implements a HTTP web framework called gin, featuring a martini-like API with much better performance.","status":"active","version":"1.3.0","language":"go","source_language":null,"source_url":"https://github.com/gin-gonic/gin","tags":["web","framework","http","router"],"install":[{"cmd":"go get gopkg.in/gin-gonic/gin.v1","lang":"bash","label":"Install gopkg.in/gin-gonic/gin.v1"}],"dependencies":[],"imports":[{"symbol":"gin","correct":"gopkg.in/gin-gonic/gin.v1"}],"quickstart":{"code":"package main\n\nimport (\n\t\"net/http\"\n\t\"gopkg.in/gin-gonic/gin.v1\"\n)\n\nfunc main() {\n\tr := gin.Default()\n\tr.GET(\"/ping\", func(c *gin.Context) {\n\t\tc.String(http.StatusOK, \"pong\")\n\t})\n\tr.Run()\n}","lang":"go","description":"Create a simple HTTP server with Gin"},"warnings":[{"fix":"Update import to github.com/gin-gonic/gin and adjust code for API changes.","message":"Version v1 is outdated; use gopkg.in/gin-gonic/gin.v1 for legacy code, but consider migrating to github.com/gin-gonic/gin for latest features.","severity":"breaking","affected_versions":">=1.0.0 <2.0.0"}],"env_vars":null,"search_vec":"'api':18 'better':21 'call':11 'featur':13 'framework':3,10,24 'gin':1,5,12 'http':8,25 'implement':6 'like':17 'martini':16 'martini-lik':15 'much':20 'packag':4 'perform':22 'router':26 'web':2,9,23","created_at":"2026-06-17T17:47:26.679593+00:00","updated_at":"2026-06-17T17:47:26.679593+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/gin-gonic/gin","github":"https://github.com/gin-gonic/gin","docs":"https://pkg.go.dev/gopkg.in/gin-gonic/gin.v1#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-17","next_check":"2026-12-14","install_tag":null}}