failure icon indicating copy to clipboard operation
failure copied to clipboard

failure is a utility package for handling application errors.

Results 2 failure issues
Sort by recently updated
recently updated
newest added

# Changes - Add Messenger/Contexer interface to work with errors.As. - Use pointer internally for Tracer. - Drop support Go 1.11 and 1.12 because they don't have errors.As method. #...

This is a feature request for wrapping multiple errors. go 1.20 supports wrapping multiple errors. https://tip.golang.org/doc/go1.20#errors But, failure is a lack of support for wrapping multiple errors. I want support...