Skip to content
Snippets Groups Projects
Commit 275a4de9 authored by Valentin Rothberg's avatar Valentin Rothberg
Browse files

consistent error handling


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: default avatarValentin Rothberg <rothberg@redhat.com>
parent 28a382d8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment