We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We could probably replace github.com/joeshaw/multierror with the stdlib https://pkg.go.dev/errors#Join (added in go1.20).
github.com/joeshaw/multierror
The text was updated successfully, but these errors were encountered:
Use errors.Join
cc1ba20
Replace usages of github.com/joeshaw/multierror with errors.Join, which was added to the stdlib in Go 1.20. Closes elastic#216
0b615a4
fd4ab6e
Use errors.Join (#217)
8885924
Replace usages of github.com/joeshaw/multierror with `errors.Join`, which was added to the stdlib in Go 1.20. Closes #216
Successfully merging a pull request may close this issue.
We could probably replace
github.com/joeshaw/multierror
with the stdlib https://pkg.go.dev/errors#Join (added in go1.20).The text was updated successfully, but these errors were encountered: