-
Notifications
You must be signed in to change notification settings - Fork 261
External repo not working #257
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
Comments
Also I meet this.repl.go:3:1: error loading package "github.com/thoas/go-funk" metadata, maybe you need to download (go get), compile (go build) and install (go install) it? can't find import: "github.com/thoas/go-funk" |
Bumping this, I have the same issue |
That's really strange: importing packages from the standard library is supposed to always work, and in case it fails, it's unrelated to this issue. |
Commit 5514204 fixes most issues importing packages. Some imports may still fail. Known reasons are:
|
Hello, I'm trying to use gophernotes to test types of the following repo: https://github.com/cosmos/cosmos-sdk
I import the packages
and try to use:
On the terminal I receive the following message:
repl.go:2:12: not a type: sdk.MustAccAddressFromBech32 <*ast.SelectorExpr>
How can I solve it? thanks
The text was updated successfully, but these errors were encountered: