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

gqlerror: implement List.Unwrap #290

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Conversation

emersion
Copy link
Contributor

@emersion emersion commented Jan 9, 2024

Go 1.20 has added a new Unwrap method for error values holding multiple errors. Implement this method as that errors.Is/As work as expected.

Go 1.20 has added a new Unwrap method for error values
holding multiple errors. Implement this method as that
errors.Is/As work as expected.
@StevenACoffman StevenACoffman merged commit 591c98b into vektah:master Jan 10, 2024
3 checks passed
@StevenACoffman
Copy link
Collaborator

Thanks! This is very helpful!

@emersion emersion deleted the patch-1 branch January 10, 2024 14:09
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.

None yet

2 participants