From c1377c849cf81063f2e782a4f8b1de5ec0b29ea4 Mon Sep 17 00:00:00 2001 From: Jonathan Amsterdam Date: Tue, 31 Oct 2023 07:08:05 -0400 Subject: [PATCH] Updated Resources for slog (markdown) --- 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 1711a9fb..d3584b50 100644 --- a/Resources-for-slog.md +++ b/Resources-for-slog.md @@ -43,7 +43,7 @@ This page links to projects that use or enhance [`slog`](https://pkg.go.dev/log/ #### Handlers -- github.com/veqryn/slog-dedup: handlers that deduplicate keys, with a variety of policies. +- https://github.com/veqryn/slog-dedup: handlers that deduplicate keys, with a variety of policies. - slog-multi: chain of `slog.Handler` (pipeline, fanout, ...): https://github.com/samber/slog-multi - various handlers: https://github.com/galecore/xslog