netlink icon indicating copy to clipboard operation
netlink copied to clipboard

netlink: take advantage of error wrapping for internal errors

Open mdlayher opened this issue 4 years ago • 0 comments

We're dropping support for Go 1.12 in the next release, and thus we can start using errors.Is and error wrapping everywhere for more ergonomic error handling. We should provide much more detailed errors for callers instead of opaque ones which are not useful.

mdlayher avatar Dec 13 '21 20:12 mdlayher