From 5692151c17a43821871a6ae07a328fa2eb8ddc9c Mon Sep 17 00:00:00 2001 From: AndrewHarrisSPU <44661351+AndrewHarrisSPU@users.noreply.github.com> Date: Sat, 10 Dec 2022 02:40:30 -0800 Subject: [PATCH] Adding a resource --- Resources-for-slog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources-for-slog.md b/Resources-for-slog.md index 11318423..a34a5294 100644 --- a/Resources-for-slog.md +++ b/Resources-for-slog.md @@ -4,4 +4,4 @@ Currently, `slog` is at [golang.org/x/exp/slog](https://pkg.go.dev/golang.org/x/ - ConsoleHandler (similar to Zap's ConsoleEncoder): https://gist.github.com/wijayaerick/de3de10c47a79d5310968ba5ff101a19 - Zap Handler, a slog handler that uses Zap: https://github.com/chanchal1987/zaphandler - +- logf (attr {key} interpolation, rich tty output): https://pkg.go.dev/github.com/AndrewHarrisSPU/logf \ No newline at end of file