Versions in this module Expand all Collapse all v0 v0.2.0 Sep 1, 2023 v0.1.0 Jul 20, 2023 Changes in this version + type GroupOrAttrs struct + Attrs []slog.Attr + Group string + Next *GroupOrAttrs + func (g *GroupOrAttrs) Apply(f func(groups []string, a slog.Attr)) []string + func (g *GroupOrAttrs) Collect() []*GroupOrAttrs + func (g *GroupOrAttrs) WithAttrs(attrs []slog.Attr) *GroupOrAttrs + func (g *GroupOrAttrs) WithGroup(name string) *GroupOrAttrs