Canonical guidance

Use when

Avoid

Preferred pattern

path := `C:\tmp\logs`

Anti-pattern

Explanation: This is tempting when the value has one visible character, but rune and string literals denote different types and semantics.

Why

Related pages

Sources