Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
%q does not only quote the variable's content, but also makes it 'safe'. It's not clearly defined in the golang docs, but backslashes are escaped as well. To properly render the error, we need to quote the string ourselves and print the string using %s
- Loading branch information