From 0cf36fcdef4c4c11945a9be3de456acfdbfa36ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Tue, 2 Mar 2021 21:59:16 -0300 Subject: [PATCH] Fix make setup recipe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: