kevinburke / go-bindata

A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
Other
346 stars 28 forks source link

Do not capitalize error string #12

Closed keegancsmith closed 6 years ago

keegancsmith commented 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).

kevinburke commented 6 years ago

Merged as 1f34fcd85389344f29592b7efdefef286c76d7c0, thanks!

kevinburke commented 6 years ago

(Had to resolve the test problem first)