Closed aeneasr closed 2 years ago
Use proper error unstacking with Go's std libraries. The current code will only check for the first level of nesting whereas Go's std libraries are able to unpack several layers of wrapping.
This change is
While I have you, if this change would warrant a release, I'd appreciate it :)
v2.2.7 has been released
👍
Use proper error unstacking with Go's std libraries. The current code will only check for the first level of nesting whereas Go's std libraries are able to unpack several layers of wrapping.