func strconv.AppendQuote
6 uses
strconv (current package)
quote.go#L134: func AppendQuote(dst []byte, s string) []byte {
fmt
format.go#L457: 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)))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)