func log/slog.Int

3 uses

	log/slog (current package)
		attr.go#L29: func Int(key string, value int) Attr {
		record.go#L209: 		as = append(as, Int("line", s.Line))

	go.pact.im/x/zapslog
		encode.go#L118: 	e.addAttr(slog.Int(key, value))