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

cmd/go: go: testdata: ambiguous import: found package testdata in multiple modules #62175

Closed
korzhao opened this issue Aug 21, 2023 · 0 comments

Comments

@korzhao
Copy link
Contributor

korzhao commented Aug 21, 2023

What version of Go are you using (go version)?

$ go version
go version go1.21.0 darwin/arm64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env

What did you do?

go mod init testdata && touch test.go
go mod tidy

What did you expect to see?

What did you see instead?

go: testdata: ambiguous import: found package testdata in multiple modules:

@korzhao korzhao closed this as completed Aug 21, 2023
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

1 participant