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 was archived by the owner on Jun 27, 2023. It is now read-only.
It looks like mockgen doesn't attach the package name to a type if the package is set (via
--package
).Example:
Notice in
mock_test.go
any usage ofUser
does not have the package nameusers
.user.go
mock_test
The text was updated successfully, but these errors were encountered: