Skip to content

Releases: etherlabsio/errors

Add Serializable function that exposes a Marshallable struct

16 Sep 07:22
Compare
Choose a tag to compare
  • Passing tags -debug allows us to expose the underlying cause of the error when Serializable(err) is called.

Faster Error() using strings.Builder

12 Sep 04:29
6a94211
Compare
Choose a tag to compare
Pre-release
Merge pull request #1 from etherlabsio/fix-ci-failure

fix ci failure

fix compilation bug in test

11 Sep 04:32
Compare
Choose a tag to compare
Pre-release
v0.2.1

fix; compilation error in test package

Update to Unwrap method

10 Sep 19:07
Compare
Choose a tag to compare
Pre-release
v0.2.0

fix; unwrap method to return concrete *Error type

Initial implementation for the error management package

10 Sep 15:03
Compare
Choose a tag to compare
v0.1.0

fix; publishing coverage report