We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make mock-gen
$ make mock-gen [12:02:00] go install go.uber.org/mock/mockgen@latest mockgen -source=db/interface.go -package mocks -destination ./testutil/mocks/db_mock.go make: *** [mock-gen] Killed: 9
we should also add this to CI to
The text was updated successfully, but these errors were encountered:
i tried with latest main branch and it works on my end
main
maybe reinstalling mockgen / cleaning cache helps? Killed: 9 seems to be a Mac Silicon issue, some relevant discussion here: https://apple.stackexchange.com/questions/258623/how-to-fix-killed-9-error-in-mac-os
Killed: 9
Sorry, something went wrong.
this is not easy to fix. submitted issue: uber-go/mock#211
also tried to change back to the old archived repo go install github.com/golang/mock/mockgen@latest but test will fail
go install github.com/golang/mock/mockgen@latest
so I will just leave it for now
uber-go/mock#185 (comment)
bap2pecs
No branches or pull requests
we should also add this to CI to
The text was updated successfully, but these errors were encountered: