func strconv.appendQuotedWith
5 uses
strconv (current package)
quote.go#L20: return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
quote.go#L27: func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte {
quote.go#L131: return appendQuotedWith(dst, s, '"', false, false)
quote.go#L144: return appendQuotedWith(dst, s, '"', true, false)
quote.go#L158: return appendQuotedWith(dst, s, '"', false, true)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)