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

godef: incorrect results when package identifier does not match import path #6

Open
GoogleCodeExporter opened this issue Apr 15, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

godef optimistically assumes that it can deduce the package
identifier from the import path. This is often, but not
always the case. It should actually import the package
in question, although this will slow things down a little bit.

Original issue reported on code.google.com by rogpeppe@gmail.com on 31 Jul 2014 at 8:08

@GoogleCodeExporter
Copy link
Author

any update?

Original comment by ying.zhe...@gmail.com on 20 Feb 2015 at 8:08

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

No branches or pull requests

1 participant