We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8931371 commit 71638d1Copy full SHA for 71638d1
README.md
@@ -58,8 +58,6 @@ older version of the package.
58
59
## How to use
60
61
-This library works best with go ≥ 1.15.10. It works with 1.15.9 but breaks `go mod tidy` and `go mod vendor`.
62
-
63
- construct errors with `errors.New()`, etc as usual, but also see the other [error leaf constructors](#Available-error-leaves) below.
64
- wrap errors with `errors.Wrap()` as usual, but also see the [other wrappers](#Available-wrapper-constructors) below.
65
- test error identity with `errors.Is()` as usual.
0 commit comments