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. --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df57d8b..a547427 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -160,5 +160,4 @@ your code. `make lint` runs: - [`go vet`](https://golang.org/cmd/vet/) - - [`golint`](https://github.com/golang/lint) - [`staticcheck`](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) -- cgit v1.2.3