gojek / heimdall

An enhanced HTTP client for Go
http://gojek.tech
Apache License 2.0
2.63k stars 214 forks source link

Support errors.Is for returned errors. #114

Open peterzeller opened 3 years ago

peterzeller commented 3 years ago

This PR replaces valkyrie.MultiError with custom MultiError

Fixes #95

PatrickKvartsaniy commented 6 months ago

Hey! What stops us from merging this one?