Add middleware

This commit is contained in:
Dan Jones 2024-01-19 21:56:30 -06:00
commit 4c635ffbe8
4 changed files with 147 additions and 2 deletions

3
go.mod
View file

@ -3,8 +3,9 @@ module codeberg.org/danjones000/gin-error-handler
go 1.21.5
require (
codeberg.org/danjones000/responsable-errors v0.1.1
github.com/gin-gonic/gin v1.9.1
github.com/stretchr/testify v1.8.3
github.com/stretchr/testify v1.8.4
)
require (