go-xmpp icon indicating copy to clipboard operation
go-xmpp copied to clipboard

Improve error formatting / wrapping / unwrapping

Open mremond opened this issue 6 years ago • 2 comments

mremond avatar Jun 07 '19 13:06 mremond

Is this about getting rid of xerrors?

wichert avatar Dec 09 '19 13:12 wichert

It was mostly about moving to the new Go error handling from Go 1.13. This means moving from xerrors to new standard code, but also be more consistent in how we report the error and wrap some context.

mremond avatar Dec 09 '19 14:12 mremond