Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't nest empty group keys, better follow slog.Hanlder interface
Test snippets to show change: Before: ``` level=info caller=slogtest.go:97 time=2025-01-14T17:36:28.125642737-05:00 msg=msg a=b .G.c=d e=f ``` After: ``` level=info caller=slogtest.go:97 time=2025-01-14T18:09:01.253906842-05:00 msg=msg a=b G.c=d e=f ``` Signed-off-by: TJ Hoplock <[email protected]>
- Loading branch information