diff --git a/Makefile b/Makefile index ba9c5f4..fff23c6 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ test: deps deps: go get -d -v -t ./... - go get github.com/golang/lint/golint + go get golang.org/x/lint/golint go get github.com/mattn/goveralls lint: deps