Unbreak `make mock` command and compilation of our develop branch.

This commit is contained in:
Igor Mandrigin 2018-03-29 17:18:29 +02:00 committed by Igor Mandrigin
parent f59ec4022c
commit d2df4bb323
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ mock-install: ##@other Install mocking tools
go get -u github.com/golang/mock/mockgen
mock: ##@other Regenerate mocks
mockgen -source=geth/common/types.go -destination=geth/common/types_mock.go -package=common
mockgen -source=geth/mailservice/mailservice.go -destination=geth/mailservice/mailservice_mock.go -package=mailservice
mockgen -source=geth/notifications/push/fcm/client.go -destination=geth/notifications/push/fcm/client_mock.go -package=fcm -imports fcm=github.com/NaySoftware/go-fcm
mockgen -source=geth/transactions/fake/txservice.go -destination=geth/transactions/fake/mock.go -package=fake