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

Move away from deprecated github.com/pkg/errors #1039

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

alexandear
Copy link
Contributor

The PR replaces the package github.com/pkg/errors with native error wrapping.

The package github.com/pkg/errors is archived from Dec 1, 2021 due to the existence of Go native error wrapping.

@denisvmedia
Copy link
Collaborator

That's not the same as it was before. Stacktrace is not present in fmt.Errorf. Personally, I see a value in it.

@chavacava chavacava merged commit 5913192 into mgechev:master Sep 16, 2024
4 checks passed
@chavacava
Copy link
Collaborator

Thanks @alexandear

@alexandear alexandear deleted the refactor/deprecated-pkg-errors branch September 16, 2024 08:42
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

Successfully merging this pull request may close these issues.

4 participants