Skip to content

Commit 4a936cd

Browse files
Try golint fix
1 parent a6c2407 commit 4a936cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.bin/install_go.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
rmdir -r $GOPATH/src/golang.org/x
23
mkdir -p $GOPATH/src/golang.org/x \
34
&& git clone https://github.com/golang/lint.git $GOPATH/src/golang.org/x/lint \
45
&& go get -u golang.org/x/lint/golint

0 commit comments

Comments
 (0)