Recently, I learned that %#q in the fmt package wraps a string in backquotes.
Unlike plain %q, which adds double quotes ", the # flag switches to backquotes `.
This little discovery led me to extend a go-critic check that didn’t know about it.
[Read More]






