1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-24 12:56:36 +02:00

build: fix golint install with new path

This commit is contained in:
Nick Craig-Wood 2018-10-12 11:35:35 +01:00
parent 8d72ef8d1e
commit 249a523dd3

View File

@ -88,7 +88,7 @@ build_dep:
ifdef FULL_TESTS
go get -u github.com/kisielk/errcheck
go get -u golang.org/x/tools/cmd/goimports
go get -u github.com/golang/lint/golint
go get -u golang.org/x/lint/golint
endif
# Get the release dependencies