1
0
mirror of https://github.com/golang/go synced 2024-11-12 03:10:22 -07:00
go/doc/go1.7.txt
Russ Cox 3e23442518 cmd/go: remove GO15VENDOREXPERIMENT variable
The Go 1.6 release notes say that Go 1.7 will remove support
for the GO15VENDOREXPERIMENT environment variable,
making vendoring always on. Do that.

Change-Id: Iba8b79532455828869c1a8076a82edce84259468
Reviewed-on: https://go-review.googlesource.com/19615
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-02-19 01:35:53 +00:00

15 lines
205 B
Plaintext

Tools:
cmd/go: GO15VENDOREXPERIMENT gone, assumed on (CL 19615)
cmd/link: "-X name value" form gone (CL 19614)
Ports:
SOMETHING WILL HAPPEN
API additions and behavior changes:
SOMETHING WILL HAPPEN