Skip to content

Better support for re-using an slog.Attr with an identical key

Choose a tag to compare

@cyrusaf cyrusaf released this 14 Mar 23:05
· 5 commits to main since this release

Changes the backing store to a map[string]slog.Attr rather than a []slog.Attr to better support overwriting attrs with the same key.