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

Fix "unable to go get dependencies" #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alaingilbert
Copy link

First of all, thank you for this lib, it's awesome :)


Let say I have GOPATH="~/go/src"
And I'm working in ~/go/src/my_repo
manul -Q (or -I...) will complain with: [ERROR]: unable to go get dependencies: my_repo/...
Because it is trying to do go get -d my_repo/... (in ensureDependenciesExist) which obviously is not what we want.
So I used the filterPackages function that exclude our own packages.

Let me know what you think.
By the way, it would be nice to have some instructions in the README.md on how to run the tests. I can't figure it out.

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

Successfully merging this pull request may close these issues.

None yet

1 participant