-
Notifications
You must be signed in to change notification settings - Fork 109
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
I have got error cannot find package "dnsgrep/DNSBinarySearch" #3
Comments
There is a go This package is not directly There are 2 possible fixes --
I will update the install directions and |
Can we fix the import paths in source code to make |
Hi @erbbysam , if you are OK with |
Dear @erbbysam: @hsluoyz, hi guy, i will show you what was resolved. first at all, following the Install section |
When i type command: go run experimentalServer/experimentalServer.go
I have got the error:
experimentalServer/experimentalServer.go:4:2: cannot find package "dnsgrep/DNSBinarySearch".
The same as error result to type command line: go run dnsgrep.go -f DNSBinarySearch/test_data.txt -i "amiccom.com.tw"
What should i do and how to fix it?
The text was updated successfully, but these errors were encountered: