Fix make setup recipe

This commit is contained in:
Vinícius Garcia 2021-03-02 21:59:16 -03:00
parent 3d989464a6
commit 0cf36fcdef

View File

@ -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: