Skip to content

Commit dde493e

Browse files
revert
1 parent 4a936cd commit dde493e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.bin/install_go.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
#!/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
2+
go get -u golang.org/x/lint/golint
63
cd $GOPATH/src/golang.org/x/lint
74
go install .

0 commit comments

Comments
 (0)