Releases: electrofocus/errchain
Releases · electrofocus/errchain
v0.2.1
What's new:
- Update format of
Errormethod's return string value:
nowErrormethod returns nested error text as1 (2 (3))instead of1; 2; 3. - Update
Errormethod test.
Full Changelog: v0.1.0...v0.2.1
v0.2.0
I am glad to present you a package for errors chaining. What is currently available in the package:
- errors chaining;
- checking with
errors.Is; - checking with
errors.As;