From d2b14eefb38cd555134a9f11fe3447d0bac777e3 Mon Sep 17 00:00:00 2001 From: Thomas <73077675+tmzane@users.noreply.github.com> Date: Sat, 21 Oct 2023 17:17:04 +0300 Subject: [PATCH] Add sloglint --- Resources-for-slog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources-for-slog.md b/Resources-for-slog.md index 4353dc19..794713f6 100644 --- a/Resources-for-slog.md +++ b/Resources-for-slog.md @@ -51,3 +51,4 @@ This page links to projects that use or enhance [`slog`](https://pkg.go.dev/log/ - slog-sampling: drop repetitive log entries: https://github.com/samber/slog-sampling - slog-context: adds support to reading values from context: https://github.com/PumpkinSeed/slog-context - slogassert: handle for testing slog logs emitted by code: https://github.com/thejerf/slogassert +- sloglint: ensure consistent code style when using `log/slog`: https://github.com/go-simpler/sloglint