-
Notifications
You must be signed in to change notification settings - Fork 142
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
godef: no declaration found when using dot import syntax #19
Labels
Comments
This is a known issue with godef. In general, dot imports are a bad idea, |
Any plans to fix this? |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works when the code looks like this.
file: main.go
but it failed when the code change to this:
file: main.go
➜ godef -f=./main.go -o=65 parseLocalPackage error: no more package files found godef: no declaration found for Now
The text was updated successfully, but these errors were encountered: