samber / slog-syslog

🚨 slog: Syslog handler
https://pkg.go.dev/github.com/samber/slog-syslog/v2
MIT License
13 stars 4 forks source link

Return receiver in WithGroups method when name is empty #5

Closed katevi closed 4 months ago

katevi commented 4 months ago

4

Same implementation in log/slog https://cs.opensource.google/go/x/exp/+/46b07846:slog/handler.go;l=247

samber commented 4 months ago

Thanks!

samber commented 4 months ago

Surprisingly, it's not the case for WithAttrs() !