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

GODRIVER-2929 Replace all uses of errutil.WrapErrorf with fmt.Errorf #1354

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

matthewdale
Copy link
Collaborator

GODRIVER-2929

Summary

Replace all uses of errutil.WrapErrorf with fmt.Errorf.

Background & Motivation

Now that the minimum supported Go version is 1.13, we can use fmt.Errorf and stop using errutil.WrapErrorf.

@matthewdale matthewdale requested a review from a team as a code owner August 17, 2023 04:10
@matthewdale matthewdale requested review from qingyang-hu and removed request for a team August 17, 2023 04:10
@github-actions
Copy link

API Change Report

No changes found!

Copy link
Collaborator

@qingyang-hu qingyang-hu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good! I think the erroring is much more straightforward.

@matthewdale matthewdale merged commit 43962b8 into mongodb:master Aug 18, 2023
15 of 21 checks passed
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.

2 participants