This updates all remaining cases of unwrapped errors in fmt.Errorf calls to wrap the underlying errors with the %w format verb to ensure they work nicely with errors.Is and errors.As. |
||
|---|---|---|
| .. | ||
| example_test.go | ||
| sign_test.go | ||
| sign.go | ||
This updates all remaining cases of unwrapped errors in fmt.Errorf calls to wrap the underlying errors with the %w format verb to ensure they work nicely with errors.Is and errors.As. |
||
|---|---|---|
| .. | ||
| example_test.go | ||
| sign_test.go | ||
| sign.go | ||