func strconv.QuotedPrefix
3 uses
strconv (current package)
quote.go#L368: func QuotedPrefix(s string) (string, error) {
go/ast
directive.go#L129: q, err := strconv.QuotedPrefix(args.str)
runtime/debug
mod.go#L250: rawKey, err := strconv.QuotedPrefix(kv)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)