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 707def4 commit a6c2407Copy full SHA for a6c2407
.bin/install_go.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
-go get -u golang.org/x/lint/golint
+mkdir -p $GOPATH/src/golang.org/x \
3
+ && git clone https://github.com/golang/lint.git $GOPATH/src/golang.org/x/lint \
4
+ && go get -u golang.org/x/lint/golint
5
cd $GOPATH/src/golang.org/x/lint
6
go install .
0 commit comments