Gin error handler that responds with proper error responses when an error is added to the context. https://pkg.go.dev/codeberg.org/danjones000/gin-error-handler
Find a file
2024-01-17 23:17:21 -06:00
.gitignore 🎉 Initial commit 2024-01-17 21:25:44 -06:00
go.mod Add HandlerWithError 2024-01-17 23:17:21 -06:00
go.sum Add HandlerWithError 2024-01-17 23:17:21 -06:00
handler.go Add HandlerWithError 2024-01-17 23:17:21 -06:00
handler_test.go Add HandlerWithError 2024-01-17 23:17:21 -06:00
LICENSE 🎉 Initial commit 2024-01-17 21:25:44 -06:00
README.md 🎉 Initial commit 2024-01-17 21:25:44 -06:00

Gin Error Handler

A Gin middleware and wrapper functions to make handling errors easier.