diff --git a/Makefile b/Makefile index a787259..49beb88 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ setup: .make.setup go get golang.org/x/lint @# (Gomock is used on examples/example_service) go get github.com/golang/mock/gomock - go install github.com/golang/mock/mockgen + go get github.com/golang/mock/mockgen touch .make.setup # Running examples: