You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: