Skip to content

Commit 707def4

Browse files
Fix: golint installation
1 parent 8ee9c05 commit 707def4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bin/install_go.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
2-
go get -u github.com/golang/lint/golint
3-
cd $GOPATH/src/github.com/golang/lint
2+
go get -u golang.org/x/lint/golint
3+
cd $GOPATH/src/golang.org/x/lint
44
go install .

0 commit comments

Comments
 (0)