Skip to content

Commit 71638d1

Browse files
committed
Minor README fix
1 parent 8931371 commit 71638d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ older version of the package.
5858

5959
## How to use
6060

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-
6361
- construct errors with `errors.New()`, etc as usual, but also see the other [error leaf constructors](#Available-error-leaves) below.
6462
- wrap errors with `errors.Wrap()` as usual, but also see the [other wrappers](#Available-wrapper-constructors) below.
6563
- test error identity with `errors.Is()` as usual.

0 commit comments

Comments
 (0)