Skip to content

[FEATURE REQUEST] Add GO15VENDOREXPERIMENT support #353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ebriney opened this issue Nov 20, 2015 · 2 comments
Closed

[FEATURE REQUEST] Add GO15VENDOREXPERIMENT support #353

ebriney opened this issue Nov 20, 2015 · 2 comments
Labels
gopherjs-tool Related to the gopherjs tool or its build system (but not the compiler itself).

Comments

@ebriney
Copy link

ebriney commented Nov 20, 2015

GopherJS doesn't detect and use GO15VENDOREXPERIMENT, so if you use it in your projects it's impossible to use GopherJS.

Either support it, or just add a GOVENDORPATH env will help a lot.

@ebriney ebriney changed the title [Feature Request] doesn't support GO15VENDOREXPERIMENT [FEATURE REQUEST] Add GO15VENDOREXPERIMENT support Nov 20, 2015
@dominikh
Copy link
Member

Go 1.6 will support the vendor experiment in go/build and related packages (including go/types), so once that lands, GopherJS shouldn't have to do anything special to support it.

@dmitshur dmitshur added gopherjs-tool Related to the gopherjs tool or its build system (but not the compiler itself). go1.6 labels Jan 27, 2016
@neelance
Copy link
Member

I just merged the 1.6 branch into master. Vendoring is now supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gopherjs-tool Related to the gopherjs tool or its build system (but not the compiler itself).
Projects
None yet
Development

No branches or pull requests

4 participants