diff options
| author | Eric Biggers <ebiggers@google.com> | 2023-09-09 14:55:52 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2023-09-09 14:59:15 -0700 |
| commit | 164d65b5ab5377587196748ac485bdda027b3a48 (patch) | |
| tree | dba7ea16eb331f4ac7d382cd73b8b3896e4063f1 /CONTRIBUTING.md | |
| parent | ed87812bb4d1fb37c66671f3eb598ac6194bc35c (diff) | |
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.
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 0 insertions, 1 deletions
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) |