GetStream / vg

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

go list incorrect #16

Closed tbarbugli closed 7 years ago

tbarbugli commented 7 years ago

using 0.6.5 the output of go list ./... is incorrect eg.

github.com/goadapp/goad is listed as _/Users/tommaso/src/go_development/src/github.com/goadapp/goad

JelteF commented 7 years ago

This is caused by using full isolation mode. A workaround is to install bindfs and use the absolute package path:

go list github.com/goadapp/goad/...

This is also described in the README now: https://github.com/GetStream/vg#relative-packages-in-commands