I recently converted a project from residing under GOPATH + using a vendor/ 
directory, to using the new Module system.

As I understand the system, and what I could discover from testing as I did 
the conversion, is that the two systems are mutually exclusive: using 
modules completely ignores vendoring unless forced by environment variable, 
and modules do not work under GOPATH.

This is all fine and good until the project is fetched with a go get 
command, which dumps everything directly into GOPATH, thereby preventing it 
from fetching dependencies.

What am I missing here?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to