1
0
Fork 0
hugo/docs/content/en/quick-reference/glossary/interpreted-string-literal.md

375 B

title reference
interpreted string literal https://go.dev/ref/spec#String_literals

An interpreted string literal is a character sequences between double quotes, as in "foo". Within the quotes, any character may appear except a newline and an unescaped double quote. The text between the quotes forms the value of the literal, with backslash escapes interpreted.