func strconv.Unquote

3 uses

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

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

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