polyfloyd / go-errorlint

A source code linter that can be used to find code that will cause problems with Go's error wrapping scheme
MIT License
248 stars 19 forks source link

Fixes wrapping of custom errors #17

Closed aNickPlx closed 3 years ago

aNickPlx commented 3 years ago

Checks if type implements Error interface fixing #16