Skip to content

SKalt/descent.go

Repository files navigation

descent

Go Reference

Functions that iterate over trees of errors defined using

interface { Unwrap()   error }
interface { Unwrap() []error }

These interfaces are how the errors package implements error comparison via errors.Is and errors.As.

About

Iterators over compound errors.

Resources

License

Stars

Watchers

Forks

Packages

No packages published