Skip to content

Conversation

@taxio
Copy link
Owner

@taxio taxio commented Apr 2, 2024

Before:

errors.Wrap(errors.New("message"), errors.Attr("key", "value"))

After:

errors.New("message", errors.Attr("key", "value"))

@taxio taxio merged commit 029ce7e into main Apr 2, 2024
@taxio taxio deleted the new-with-annotators branch April 2, 2024 07:25
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