diff --git a/README.md b/README.md index 1a260c3..135a84d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # logginghandler [![Build Status](https://ci.xsfx.dev/api/badges/xsteadfastx/logginghandler/status.svg)](https://ci.xsfx.dev/xsteadfastx/logginghandler) +[![Go Reference](https://pkg.go.dev/badge/go.xsfx.dev/logginghandler.svg)](https://pkg.go.dev/go.xsfx.dev/logginghandler) +[![Go Report Card](https://goreportcard.com/badge/go.xsfx.dev/logginghandler)](https://goreportcard.com/report/go.xsfx.dev/logginghandler) Just a simple zerolog based request logging http middleware. It also sets a `X-Request-ID` in the request and response headers.