From c49113036843dcb5439b725d11801fad2d5012dc Mon Sep 17 00:00:00 2001 From: Eric Chlebek Date: Tue, 14 Jul 2020 16:43:26 -0700 Subject: [PATCH] Correction: requires Go 1.11.x Signed-off-by: Eric Chlebek --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4804c8..f763ee1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ errcheck is a program for checking for unchecked errors in go programs. go get -u github.com/kisielk/errcheck -errcheck requires Go 1.9 or newer and depends on the package go/packages from the golang.org/x/tools repository. +errcheck requires Go 1.11 or newer, and depends on the package go/packages from the golang.org/x/tools repository. ## Use