summaryrefslogtreecommitdiff
path: root/vendor/github.com/pkg/errors/.travis.yml
Commit message (Collapse)AuthorAge
* consistent error handlingValentin Rothberg2019-09-20
Make the error handling consistent by: * Using github.com/pkg/errors to wrap errors before returning. * Having consistent format specifiers for logs. * Using `fmt.Errorf()` for non-wrapping errors. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>