Fix make setup recipe

pull/2/head
Vinícius Garcia 2021-03-02 21:59:16 -03:00
parent 3d989464a6
commit 0cf36fcdef
1 changed files with 1 additions and 1 deletions

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: