func strconv.Unquote

3 uses

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

	fmt
		scan.go#L871: 		result, err := strconv.Unquote(string(s.buf))

	reflect
		type.go#L1103: 			value, err := strconv.Unquote(qvalue)