-
Valentin Rothberg authored
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>
Valentin Rothberg authoredMake 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>
Loading