errwrap

Go tool to wrap and fix errors with the new %w verb directive

OTHER License

Stars
369
errwrap - v1.6.0 Latest Release

Published by fatih 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fatih/errwrap/compare/v1.5.0...v1.6.0

errwrap - v1.5.0

Published by fatih over 1 year ago

What's Changed

Full Changelog: https://github.com/fatih/errwrap/compare/v1.4.0...v1.5.0

errwrap - v1.4.0

Published by fatih over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fatih/errwrap/compare/v1.3.1...v1.4.0

errwrap - v1.3.1

Published by fatih over 3 years ago

Changelog

ec1b31c Run go mod tidy.
d4e92513dc3846d542248ea049f9e6e5ee0ee882 feat: detect and fix err.String() calls
30d81baccda70bf74e86ca029a7fcb1c8fec038b feat: use golden files to verify suggested fixes

errwrap - v1.2.0

Published by fatih over 4 years ago

This release contains a bug fix to allow detecting multiple wrap directives.

Code changes: https://github.com/fatih/errwrap/pull/9

errwrap - v1.1.0

Published by fatih almost 5 years ago

  • Includes dependency updates:
- require golang.org/x/tools v0.0.0-20191014205221-18e3458ac98b
+ require golang.org/x/tools v0.0.0-20200113211014-78c17663447c
  • The pkg has changed. The command is now in the root of the dir and the analyzer is a public pkg, so it can be included in other tools if needed.
errwrap - v1.0.0

Published by fatih almost 5 years ago

Initial release