group.go mixed left quote (`) with single quote (')
stanleyyzhu opened this issue · 1 comments
stanleyyzhu commented
very tiny bug:
group.go: mixed left quote (`) with single quote (')
For example:
"short names can only be 1 character long, not `
%s'
"
jessevdk commented
This is actual intentional style. See https://stackoverflow.com/questions/1432952/why-do-plain-text-technical-articles-often-enclose-terms-within-backticks-and-si for some background. I don't mind changing it, but I also don't mind keeping it :)