log/slog.Attr.Key (field)
12 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)
go.pact.im/x/pgxslog
pgxslog.go#L48: return cmp.Compare(a.Key, b.Key)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)