GetStream / vg

Virtualgo: Easy and powerful workspace based development for go
MIT License
1.32k stars 45 forks source link

dep init does not work #14

Closed tbarbugli closed 6 years ago

tbarbugli commented 6 years ago

dep init does not work when vg is activated (path is not in GOPATH)

workaround:

vg globalExec -- dep init
JelteF commented 6 years ago

This problem is only when using full isolation mode and the workaround is now described in the README:

https://github.com/GetStream/vg#dep-commands

So closing this now

cvigo commented 6 years ago

is it not a typo??

https://github.com/GetStream/vg#dep-commands says vg globalExec -- vg init

JelteF commented 6 years ago

Good find, it was indeed some mistake in the repo. And actually the -- shouldn't be used with globalExec. Fixed it now in the README.