{"id":75647,"library":"ekyoung-gin-nice-recovery","title":"Gin Nice Recovery","description":"A Gin middleware for nice panic recovery with customizable error responses.","status":"active","version":"0.0.0-20160510022553-1654dca486db","language":"go","source_language":null,"source_url":"https://github.com/ekyoung/gin-nice-recovery","tags":["gin","middleware","recovery","web"],"install":[{"cmd":"go get github.com/ekyoung/gin-nice-recovery","lang":"bash","label":"Install github.com/ekyoung/gin-nice-recovery"}],"dependencies":[],"imports":[{"symbol":"gin_nice_recovery","correct":"github.com/ekyoung/gin-nice-recovery"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/ekyoung/gin-nice-recovery\"\n\t\"github.com/gin-gonic/gin\"\n)\n\nfunc main() {\n\tr := gin.Default()\n\tr.Use(gin_nice_recovery.Recovery(func(c *gin.Context, err interface{}) {\n\t\tc.JSON(500, gin.H{\"error\": \"nice recovery\"})\n\t}))\n\tr.Run()\n}","lang":"go","description":"Sets up nice recovery middleware in Gin."},"warnings":[],"env_vars":null,"search_vec":"'customiz':12 'error':13 'gin':1,5,15 'middlewar':6,16 'nice':2,8 'panic':9 'recoveri':3,10,17 'respons':14 'web':18","created_at":"2026-06-17T19:19:22.500292+00:00","updated_at":"2026-06-17T19:19:22.500292+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/ekyoung/gin-nice-recovery","github":"https://github.com/ekyoung/gin-nice-recovery","docs":"https://pkg.go.dev/github.com/ekyoung/gin-nice-recovery#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}}