Request logging middleware for go-chi using zap.
Go to file
Dawid Wysokiński 0bbf45fb93
continuous-integration/drone/push Build is passing Details
update README.md
2022-10-12 15:14:09 +02: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
LICENSE init 2021-08-31 08:03:13 +02:00
README.md update README.md 2022-10-12 15:14:09 +02:00
config.go refactor (#1) 2022-09-16 14:06:41 +00:00
go.mod chore(deps): update module go.uber.org/zap to v1.23.0 (#6) 2022-09-16 18:47:06 +00:00
go.sum chore(deps): update module go.uber.org/zap to v1.23.0 (#6) 2022-09-16 18:47:06 +00:00
logger.go refactor (#1) 2022-09-16 14:06:41 +00:00
logger_test.go run tests in parallel (#4) 2022-09-16 14:55:21 +00:00
renovate.json refactor (#1) 2022-09-16 14:06:41 +00:00

README.md

chizap Build Status

Request logging middleware for go-chi using zap.

Installation

go get gitea.dwysokinski.me/Kichiyaki/chizap

Usage

See the example.