Skip to content

replace go-multierror with native errors.Join#3

Open
thaJeztah wants to merge 1 commit intoDefangLabs:mainfrom
thaJeztah:rm_multierror
Open

replace go-multierror with native errors.Join#3
thaJeztah wants to merge 1 commit intoDefangLabs:mainfrom
thaJeztah:rm_multierror

Conversation

@thaJeztah
Copy link
Copy Markdown

This module has go1.20 as minimum supported Go version, which supports native multi-errors through errors.Join.

This patch replaces uses of go-multierror with native errors.Join to remove some dependencies.

This module has go1.20 as minimum supported Go version, which
supports native multi-errors through errors.Join.

This patch replaces uses of go-multierror with native errors.Join
to remove some dependencies.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Copy Markdown
Author

/cc @jordanstephens ptal 🤗

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.

1 participant