Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/errors is obsoleted #64

Open
claviola opened this issue Jul 18, 2023 · 1 comment
Open

pkg/errors is obsoleted #64

claviola opened this issue Jul 18, 2023 · 1 comment

Comments

@claviola
Copy link

The package has been archived on github and doesn't have a maintainer: pkg/errors#245

As seen in the issues linked to it, different projects took different approaches, from replacing usage with a fork to using only standard library modules (fmt and errors itself).

I'm willing to submit a PR for this.

@mitar
Copy link

mitar commented Oct 9, 2023

Shameless plug: you can switch it to drop-in replacement gitlab.com/tozd/go/errors. It fixes many issues, is maintained, and supports modern Go's error patterns (sentinel errors, %w formatting, joined errors, etc.).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants