func strconv.AppendQuote

9 uses

	strconv (current package)
		quote.go#L131: func AppendQuote(dst []byte, s string) []byte {

	fmt
		format.go#L460: 		f.pad(strconv.AppendQuote(buf, s))

	github.com/google/go-cmp/cmp/internal/value
		name.go#L114: 				b = strconv.AppendQuote(b, string(sf.Tag))

	github.com/valyala/fastjson
		parser.go#L279: 	return strconv.AppendQuote(dst, s)

	go.pact.im/x/zapjournal
		json.go#L44: 	e.setBuf(strconv.AppendQuote(e.buf(), s))

	golang.org/x/tools/internal/event/keys
		keys.go#L477: 	w.Write(strconv.AppendQuote(buf, k.From(l)))

	log/slog
		handler.go#L565: 		buf = strconv.AppendQuote(buf, x+y)
		handler.go#L578: 			*s.buf = strconv.AppendQuote(*s.buf, str)
		level.go#L85: 	return strconv.AppendQuote(nil, l.String()), nil