We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02edc5f commit 2237c5fCopy full SHA for 2237c5f
Makefile
@@ -4,7 +4,7 @@ build:
4
lint:
5
test -z $(shell go fmt .) || (echo "Linting failed !" && exit 8)
6
go vet ./...
7
- go get -u golang.org/x/lint/golint
+ GO111MODULE=off go get -u golang.org/x/lint/golint
8
golint ./...
9
10
test:
0 commit comments