cockroachdb / errors

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

support multi-cause errors with go 1.18 compatibility #117

Closed dhartunian closed 1 year ago

dhartunian commented 1 year ago

This PR combines the work in #112 while removing the go 1.20 requirement in a second commit allowing a release of the library to support multi-cause errors during network encode/decode without requiring go 1.20.


This change is Reviewable

dhartunian commented 1 year ago

Closing in favor of #122