v2.1.0
Use reflect
to deduce the errortype dynamically
This is to fix when a custom error type (type SomeError error) would default to *error.errorString, while the value could hold a different implementation.
This will now be deduced correctly.
Use reflect
to deduce the errortype dynamically
This is to fix when a custom error type (type SomeError error) would default to *error.errorString, while the value could hold a different implementation.
This will now be deduced correctly.