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