func strconv.QuotedPrefix

2 uses

	strconv (current package)
		quote.go#L369: func QuotedPrefix(s string) (string, error) {

	runtime/debug
		mod.go#L212: 				rawKey, err := strconv.QuotedPrefix(kv)