friendsofgo/killgrave

Remove pkg/errors library

Closed this issue · 0 comments

Since go1.13 version the library pkg/errors is depecrated in favor to errors on 1.13. IMHO I think that we don't need the extra library to handle the errors of our application, so I think that can be change all errors uses for new errors packages, using sentinels or wrapping it if it's necessary.