fatih / errwrap

Go tool to wrap and fix errors with the new %w verb directive

Home Page:https://arslan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make it part of golang ci lint

kishaningithub opened this issue · comments

IMHO this great tool will reach a far wider audience if it is made part of https://github.com/golangci/golangci-lint

Thank for your feedback. Unfortunately I don't have the bandwith or time to work on this. This is a side project I've done in my spare times. Feel free to use it this way. Thank you.

@fatih I can try to implement the integration. It might help with larger adaptation.

However, errwrap.Analyzer must be put outside of the internal package so that it could be used by the golangci-lint. Good for a PR?