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 /tools.go | |
| 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 'tools.go')
| -rw-r--r-- | tools.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |