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 8ee9c05 commit 707def4Copy full SHA for 707def4
.bin/install_go.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
-go get -u github.com/golang/lint/golint
3
-cd $GOPATH/src/github.com/golang/lint
+go get -u golang.org/x/lint/golint
+cd $GOPATH/src/golang.org/x/lint
4
go install .
0 commit comments