This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
Releases: pkg/errors
Releases · pkg/errors
errors 0.3.0
What's new
- Added
Errorf
method, thanks @scorredoira, Fixes #13
errors 0.2.0
What's new
- Added
Wrapf
method which takes the usual fmt.Printf arguments. Thanks @umairidris. Fixes #6 - pkg/errors now has an A+ Go report card. Thanks @umairidris
Bug fixes since 0.1.0
- Wrap would incorrect interpret fmt like verbs as format arguments, corrupting the error message. Thanks @enisoc
- errors.loc.Location (and errors.Fprint) now more reliably detect the full package path, even in the presence of vendoring or multiple GOPATH segments. Thanks @ChrisHines. Fixes #8