-
Notifications
You must be signed in to change notification settings - Fork 271
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
E0719 17:34:33.309647 97171 depend.go:81] failed to import #27
Comments
Because it is necessary to build a project dependent tree.If the default path is not found, check the vendor path. |
I have the exact same issue. I have a project with a lot of "subpackages", and it looks like it cannot find them |
@JulienTant What is the structure of your catalog? |
it looks like
where "root" is located in So I
What is strange is that I hope my explanations are clear enough ^^ |
I'm sorry,I got it. But I think you should run it like: goreporter -p ../root -r /tmp/report -f html. |
@wgliang |
I've added the vendor to the default exception keyword,due to a lot of feedback on the problem. |
Thanks @wgliang. it works now. |
Thanks @wgliang |
At your call. @asheet-kumar @JulienTant |
E0719 17:34:33.309647 97171 depend.go:81] failed to import github.com/yashpal1995/mycode:
cannot find package "vendor/github.com/yashpal1995/mycode/" in any of:
$GOROOT
$GOPATH
$GOPATH/bin/goreporter -p github.com/yashpal1995/mycode -r ~/goreporter
why it's searching in vendor directory of $GOPATH?
The text was updated successfully, but these errors were encountered: