From 71638d14dfe5978453adc8178f4f847dbedb4067 Mon Sep 17 00:00:00 2001 From: Raphael 'kena' Poss Date: Mon, 2 Aug 2021 15:34:58 +0200 Subject: [PATCH] Minor README fix --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5a06bac..a560146 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,6 @@ older version of the package. ## How to use -This library works best with go ≥ 1.15.10. It works with 1.15.9 but breaks `go mod tidy` and `go mod vendor`. - - construct errors with `errors.New()`, etc as usual, but also see the other [error leaf constructors](#Available-error-leaves) below. - wrap errors with `errors.Wrap()` as usual, but also see the [other wrappers](#Available-wrapper-constructors) below. - test error identity with `errors.Is()` as usual.