Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In Go 1.13, it's possible to wrap errors using `fmt.Errorf("%w", err)`.
We need to update places where errors are wrapped to use the `%w` placeholder.
Use the golang.org/x/xerrors for compatibility with Go versions before 1.13.
Attachments
Issue Links
- links to