From 164d65b5ab5377587196748ac485bdda027b3a48 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 9 Sep 2023 14:55:52 -0700 Subject: Stop using golang.org/x/lint golint is not supported anymore. See https://github.com/golang/go/issues/38968. We already use both 'go vet' and 'staticcheck' which are maintained. --- tools.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tools.go') diff --git a/tools.go b/tools.go index e84439f..7a5072b 100644 --- a/tools.go +++ b/tools.go @@ -8,7 +8,6 @@ package tools import ( _ "github.com/client9/misspell/cmd/misspell" _ "github.com/wadey/gocovmerge" - _ "golang.org/x/lint/golint" _ "golang.org/x/tools/cmd/goimports" _ "google.golang.org/protobuf/cmd/protoc-gen-go" _ "honnef.co/go/tools/cmd/staticcheck" -- cgit v1.2.3