gondler icon indicating copy to clipboard operation
gondler copied to clipboard

Consider adding GO15VENDOREXPERIMENT support

Open kardianos opened this issue 9 years ago • 0 comments

In 1.5 the go command will read the environment variable GO15VENDOREXPERIMENT. If enabled, it will use the local "/vendor/" folder for dependencies. This replaces the need to manage GOPATH variables as dependencies can be fetched directly into the vendor folder and resolved there when built. This allows the GOPATH to not be modified. The contents of the vendor folder can be ignored.

Will you consider supporting this approach?

kardianos avatar Jun 29 '15 14:06 kardianos