remove references to golint in hack/tools

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
Davanum Srinivas
2021-01-14 09:34:23 -05:00
parent 8cec5fbd28
commit 02eaf0f23d
3 changed files with 0 additions and 6 deletions

View File

@@ -22,7 +22,6 @@ import (
// linting tools
_ "github.com/client9/misspell/cmd/misspell"
_ "github.com/google/go-flow-levee/cmd/levee"
_ "golang.org/x/lint/golint"
_ "honnef.co/go/tools/cmd/staticcheck"
// benchmarking tools