Skip to content

Releases: m-mizutani/goerr

v0.1.5

09 Apr 00:06
Compare
Choose a tag to compare
  • Change to copy values to new Error when Error.Wrap
  • Remove Error.New to generate a new error based on the Error because it can be replaced with goerr.Wrap(yourErr)

v0.1.4

26 Feb 01:29
Compare
Choose a tag to compare

Updates

  • Allow multiple wrap

v0.1.3

29 Jan 04:09
Compare
Choose a tag to compare

New features

  • Error.New to copy predefined error and regenerate stacktrace
  • Error.Printable provides a printable structure object including stacktrace and variables