aboutsummaryrefslogtreecommitdiff
path: root/tools.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go1
1 files changed, 0 insertions, 1 deletions
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"