log/slog.Attr.Key (field)

15 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/logs
		values.go#L21: 			Key:   strconv.Itoa(i),
		values.go#L38: 		Key:   key,

	go.pact.im/x/pgxslog
		pgxslog.go#L48: 		return cmp.Compare(a.Key, b.Key)

	go.pact.im/x/zapslog
		encode.go#L183: 		Key:   strconv.Itoa(len(e.attrs)),