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

go: Use errors.Is over == #2974

Merged
merged 1 commit into from May 10, 2024
Merged

go: Use errors.Is over == #2974

merged 1 commit into from May 10, 2024

Conversation

fishy
Copy link
Member

@fishy fishy commented May 10, 2024

Client: go

Fix 2 instances we are using == to check on error but should have used errors.Is instead.

Client: go

Fix 2 instances we are using == to check on error but should have used
errors.Is instead.
@fishy fishy requested a review from dcelasun May 10, 2024 00:59
@fishy fishy added the golang patches related to go language label May 10, 2024
@fishy fishy merged commit fa9af0a into apache:master May 10, 2024
24 of 33 checks passed
@fishy fishy deleted the go-error-wrapping branch May 10, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
golang patches related to go language
Projects
None yet
2 participants