View categories
Go 1.5's Vendor Experiment Config Var
Change effective on 26 August 2015
If the config var (GO15VENDOREXPERIMENT
) is set to 1 on an application, pushes to that application will use the contents of the vendor/
directory when compiling as if they are in your $GOPATH
.
You can find more information here.