fsm icon indicating copy to clipboard operation
fsm copied to clipboard

Return errors as wrapped errors instead of a custom struct

Open Luberry opened this issue 4 years ago • 1 comments

This will allow us to use errors.Is to detect sub errors instead of string comparisons.

Luberry avatar Aug 10 '21 19:08 Luberry

Definitely something I want too. Thanks for bringing this up.

A PR is welcome if you have the time, not sure when I'll get to it.

maxekman avatar Nov 01 '21 10:11 maxekman