Closed keegancsmith closed 6 years ago
This makes the code generated by go-bindata conform to this advise https://github.com/golang/go/wiki/CodeReviewComments#error-strings
honnef.co/tools@next also enforces this in its style guide checks, so the next version of megacheck will enforce this (used by this project).
Merged as 1f34fcd85389344f29592b7efdefef286c76d7c0, thanks!
(Had to resolve the test problem first)
This makes the code generated by go-bindata conform to this advise https://github.com/golang/go/wiki/CodeReviewComments#error-strings
honnef.co/tools@next also enforces this in its style guide checks, so the next version of megacheck will enforce this (used by this project).