We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd8b7d commit aa6d6beCopy full SHA for aa6d6be
Makefile
@@ -85,11 +85,9 @@ $(GOPATH)/bin/golangci-lint:
85
86
$(GOPATH)/bin/golint:
87
@echo "🔘 Installing golint ... (`date '+%H:%M:%S'`)"
88
- @GO111MODULE=off go get -u golang.org/x/lint/golint
89
90
$(GOPATH)/bin/goimports:
91
@echo "🔘 Installing goimports ... (`date '+%H:%M:%S'`)"
92
- @GO111MODULE=off go get -u golang.org/x/tools/cmd/goimports
93
94
$(GOPATH)/bin/gosec:
95
@echo "🔘 Installing gosec ... (`date '+%H:%M:%S'`)"
0 commit comments