Documentation ¶ Index ¶ Variables func Unquote(s string) (t string, err error) Constants ¶ This section is empty. Variables ¶ View Source var ErrSyntax = errors.New("invalid syntax") ErrSyntax indicates that a value does not have the right syntax for the target type. Functions ¶ func Unquote ¶ func Unquote(s string) (t string, err error) Unquote interprets s as a single-quoted, double-quoted, or backquoted Go string literal, returning the string value that s quotes. (If s is single-quoted, it would be a Go character literal; Unquote returns the corresponding one-character string.) Types ¶ This section is empty. Source Files ¶ View all Source files quote.go Click to show internal directories. Click to hide internal directories.