Skip to content

v2.1.0

Compare
Choose a tag to compare
@WilliamDeKeyzer WilliamDeKeyzer released this 03 Jan 09:43
· 11 commits to master since this release
b8aa4a2

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.