-
Notifications
You must be signed in to change notification settings - Fork 141
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
net.LookupIP fails #41
Comments
Is this one related here? |
I'm having a related issue on Arch Linux with go1.6.3 linux/amd64 When I try
Looks like it's having problems importing cgo |
#44 fixed this issue for me. |
github.com\rogpeppe\godef\go\parser\parser.go // p.error(path.Pos(), fmt.Sprintf("cannot find identifier for package %q: %v", litToString(path), err)) fixed this |
master branch still has this problem? |
It seems to me that there is a mismatch between two implementations of "exclude files that are not for the current architecture". One is in So for the example at the top the former decides Given that |
Fixed by #62 |
Trying to find the definition of LookupIP in the following code fails:
Looking at the debug output, it's probably something to do with build tags:
The text was updated successfully, but these errors were encountered: