mirror of https://github.com/VinGarcia/ksql.git
Fix make setup recipe
parent
3d989464a6
commit
0cf36fcdef
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ setup: .make.setup
|
||||||
go get golang.org/x/lint
|
go get golang.org/x/lint
|
||||||
@# (Gomock is used on examples/example_service)
|
@# (Gomock is used on examples/example_service)
|
||||||
go get github.com/golang/mock/gomock
|
go get github.com/golang/mock/gomock
|
||||||
go install github.com/golang/mock/mockgen
|
go get github.com/golang/mock/mockgen
|
||||||
touch .make.setup
|
touch .make.setup
|
||||||
|
|
||||||
# Running examples:
|
# Running examples:
|
||||||
|
|
Loading…
Reference in New Issue