Releases: m-mizutani/goerr
Releases · m-mizutani/goerr
v0.1.5
- Change to copy values to new Error when
Error.Wrap
- Remove
Error.New
to generate a new error based on theError
because it can be replaced withgoerr.Wrap(yourErr)
v0.1.4
Updates
- Allow multiple wrap
v0.1.3
New features
Error.New
to copy predefined error and regenerate stacktraceError.Printable
provides a printable structure object including stacktrace and variables