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
当我执行go-mutesting example/ 是就会报出这样的错误,这是什么原因
The text was updated successfully, but these errors were encountered:
We've recently ran into the same problem. We've debugged go-mutesting and found the problem occures here: https://github.com/zimmski/go-mutesting/blob/master/parse.go#L59
We were able to fix it on our side by making sure that main.go lies in the root of the project an go.mod module name is accordingly.
The go code compiles either way, so it might be a configuration problem for packages.Load(): https://cs.opensource.google/go/x/tools/+/release-branch.go1.14:go/packages/packages.go;l=208 - not sure about the version of x/tools/go/packages though.
Sorry, something went wrong.
No branches or pull requests
当我执行go-mutesting example/ 是就会报出这样的错误,这是什么原因
The text was updated successfully, but these errors were encountered: