You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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:
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.
I can install
gocov
usingBut when I try to install the same using
go-vendorinstall
I am not able to get thegocov
binary installed. I have tried bothCan
go-vendorinstall
be made to work with/...
?Do you know of any workarounds that can be used as of now ?
The text was updated successfully, but these errors were encountered: