Request logging middleware for go-chi using zap.
Go to file
Renovate 0d3df9876a
All checks were successful
continuous-integration/drone/pr Build is passing
chore(deps): update module github.com/stretchr/testify to v1.8.1
2022-10-24 08:00:18 +00:00
_examples/basic rename examples directory (_example -> _examples) 2022-09-22 12:29:15 +02:00
.drone.yml add .drone.yml (#2) 2022-09-16 14:14:31 +00:00
.gitignore init 2021-08-31 08:03:13 +02:00
config.go refactor (#1) 2022-09-16 14:06:41 +00:00
go.mod chore(deps): update module github.com/stretchr/testify to v1.8.1 2022-10-24 08:00:18 +00:00
go.sum chore(deps): update module github.com/stretchr/testify to v1.8.1 2022-10-24 08:00:18 +00:00
LICENSE init 2021-08-31 08:03:13 +02:00
logger_test.go run tests in parallel (#4) 2022-09-16 14:55:21 +00:00
logger.go refactor (#1) 2022-09-16 14:06:41 +00:00
README.md update README.md 2022-10-12 15:14:09 +02:00
renovate.json refactor (#1) 2022-09-16 14:06:41 +00:00

chizap Build Status

Request logging middleware for go-chi using zap.

Installation

go get gitea.dwysokinski.me/Kichiyaki/chizap

Usage

See the example.