log/slog.Attr.Key (field)
10 uses
log/slog (current package)
attr.go#L13: Key string
attr.go#L99: return a.Key == b.Key && a.Value.Equal(b.Value)
attr.go#L103: return a.Key + "=" + a.Value.String()
attr.go#L109: return a.Key == "" && a.Value.num == 0 && a.Value.any == nil
handler.go#L515: if a.Key != "" {
handler.go#L516: s.openGroup(a.Key)
handler.go#L522: if a.Key != "" {
handler.go#L523: s.closeGroup(a.Key)
handler.go#L527: s.appendKey(a.Key)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)