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

[system/process] add support for mutlierr #165

Closed
wants to merge 7 commits into from

Conversation

VihasMakwana
Copy link
Contributor

  • Enhancement

What does this PR do?

Why is it important?

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.md

Author's Checklist

  • [ ]

Related issues

@VihasMakwana VihasMakwana changed the title [DRAFT] add support for mutlierr [system/process] add support for mutlierr Jul 17, 2024
@@ -27,6 +27,7 @@ import (
"strings"
"time"

"github.com/joeshaw/multierror"
Copy link
Member

Choose a reason for hiding this comment

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

https://pkg.go.dev/errors supports wrapping multiple errors now, we don't need a new dependency for this. See https://pkg.go.dev/errors#Join

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Got it! Thanks for pointing this out.

@VihasMakwana
Copy link
Contributor Author

Closing this in favour of #166

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