Skip to content
New issue

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 list gives conflicting information for package #169

Open
kotyara85 opened this issue Dec 23, 2020 · 1 comment
Open

go list gives conflicting information for package #169

kotyara85 opened this issue Dec 23, 2020 · 1 comment

Comments

@kotyara85
Copy link

Hello,
Getting this error when I run go generate ./...

Hello,
Getting this error - 
Writing `FakeFactory` to `clientfakes/fake_factory.go`...
internal error: go list gives conflicting information for package example.com/app/pkg/client [example.com/app/pkg/client.test]
exit status 1

go list returns the package

$ go list
example.com/app/pkg/client
@joefitzgerald
Copy link
Collaborator

@kotyara85 are you still experiencing this issue? If so, could you please provide some more information:

  • What //go:generate or //counterfeiter:generate lines are you using?
  • Can you provide more information about the path to the module, and the path to the package(s) that are involved here along with any other context that would be helpful in creating a reproduction of this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants