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
01 Feb 23 16:35 CST INF Starting mockery dry-run=false version=v2.16.0 01 Feb 23 16:35 CST INF Walking dry-run=false version=v2.16.0 2023/02/01 16:35:53 internal error: package "context" without types was imported from "..."
v2.16.0
1.20
generating mocks for the following package definition results in error
package xyz import "context" type Thing interface { Do(ctx context.Context) } type Something struct{} var _ Thing = (*Something)(nil) func (s *Something) Do(ctx context.Context) { }
The text was updated successfully, but these errors were encountered:
bumping to golang.org/x/tools@v0.5.0 should resolve
golang.org/x/tools@v0.5.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Mockery Version
v2.16.0
Golang Version
1.20
Installation Method
Steps to Reproduce
generating mocks for the following package definition results in error
The text was updated successfully, but these errors were encountered: