cockroachdb / errors

Go error library with error portability over the network
Apache License 2.0
2.09k stars 67 forks source link

Question: Will support Go 1.20: wrapping multiple errors? #99

Closed nebiros closed 1 year ago

nebiros commented 1 year ago

Will support Go 1.20: wrapping multiple errors?

knz commented 1 year ago

It will have to yes, but it's not happened yet.

StevenACoffman commented 1 year ago

Go 1.20 also brings:

which should simplify format forwarding in this library.

dhartunian commented 1 year ago

Go 1.20 and multi-cause error support has been released! Appreciate everyone's patience.

https://github.com/cockroachdb/errors/releases/tag/v1.11.0