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 9875db2 commit 0b57c66Copy full SHA for 0b57c66
Makefile
@@ -6,7 +6,7 @@ install:
6
yarn install --pure-lockfile
7
# Backend
8
go install -v ./pkg/
9
- # GO111MODULE=off go get -u golang.org/x/lint/golint
+ GO111MODULE=off go get -u golang.org/x/lint/golint
10
11
deps-go:
12
0 commit comments