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

Recursive install doesn't work #1

Open
mohanraj-r opened this issue Apr 19, 2017 · 1 comment
Open

Recursive install doesn't work #1

mohanraj-r opened this issue Apr 19, 2017 · 1 comment

Comments

@mohanraj-r
Copy link

mohanraj-r commented Apr 19, 2017

I can install gocov using

go get github.com/axw/gocov/...

But when I try to install the same using go-vendorinstall I am not able to get the gocov binary installed. I have tried both

go-vendorinstall github.com/axw/gocov/...
go-vendorinstall github.com/axw/gocov

Can go-vendorinstall be made to work with /... ?
Do you know of any workarounds that can be used as of now ?

@roboll
Copy link
Owner

roboll commented May 16, 2017

@mohanraj-r sorry, I must have missed the notification for this.

This is interesting, I hadn't tried to use the ... expansion, but I verified the same behavior here. I'm not sure why this is the case, it should be delegating directly to go install here:

args := append([]string{"install"}, packages...)
.

My best guess right now is that it has something to do with ... expansion in a symlink GOPATH, but I'm going to have to do some messing around to test that theory.

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

No branches or pull requests

2 participants