You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Actual behavior A clear and concise description of what the bug is.
When I run mockgen for my pb.go files, I get the error below:
2020/02/20 16:29:15 imported package collision: "backoff" imported twice
Expected behavior A clear and concise description of what you expected to
happen.
No error is generated and the mocks are generated as well.
To Reproduce Steps to reproduce the behavior
mockgen -source=./file.pb.go -package=mock
Additional Information
The text was updated successfully, but these errors were encountered: