Skip to content

Commit ad18ab2

Browse files
NightKhaosjahkeup
authored andcommitted
fixed dependency issue in Makefile
1 parent 844bf39 commit ad18ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ubuntu-trusty:
8282
cd BUILDROOT && debuild $(shell [ "$(DEB_SIGN)" -ne "0" ] || echo "-uc -us")
8383

8484
get-deps:
85-
go get github.com/x/lint/golint
85+
go get golang.org/x/lint/golint
8686
go get golang.org/x/tools/cover
8787
go get golang.org/x/tools/cmd/cover
8888
go get golang.org/x/tools/cmd/goimports

0 commit comments

Comments
 (0)