Skip to content

Commit a6c2407

Browse files
Try golint fix
1 parent 707def4 commit a6c2407

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.bin/install_go.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2-
go get -u golang.org/x/lint/golint
2+
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
35
cd $GOPATH/src/golang.org/x/lint
46
go install .

0 commit comments

Comments
 (0)