Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samber authored Oct 24, 2023
1 parent 997fab9 commit 3881691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Common formatters for [slog](https://pkg.go.dev/log/slog) library + helpers for
- [HTTPResponseFormatter](#HTTPRequestFormatter-and-HTTPResponseFormatter): transforms a *http.Response into a readable object
- [PIIFormatter](#PIIFormatter): hide private Personal Identifiable Information (PII)
- [IPAddressFormatter](#IPAddressFormatter): hide ip address from logs
- [FlattenFormatterMiddlewareOptions](#FlattenFormatterMiddlewareOptions): returns a formatter middleware that flatten attributes recursively
- [FlattenFormatterMiddleware](#FlattenFormatterMiddleware): returns a formatter middleware that flatten attributes recursively

**Custom formatter:**
- [Format](#Format): pass any attribute into a formatter
Expand Down

0 comments on commit 3881691

Please sign in to comment.