steverusso/goclap

backticks within usage message comments generate broken code

Closed this issue · 0 comments

Since the usage messages are string constants using raw Go strings, any backticks within the content cause the stings to end, and then the code won't compile.