aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2015-06-20 05:16:50 +1000
committerRob Pike <r@golang.org>2015-06-19 19:18:26 +0000
commit5b458fbc2e9be97c0205aad2558b8a3314c98fd8 (patch)
tree93c1655d971a01e30f0db1820a70b55fee7f7fa6
parent183cc0cd41f06f83cb7a2490a499e3f9101befff (diff)
downloadgo-5b458fbc2e9be97c0205aad2558b8a3314c98fd8.tar.xz
doc/go1.5.txt: cmd/go: add vendoring support
Change-Id: I42cfdb389282478ce0e29436464f2048ed087429 Reviewed-on: https://go-review.googlesource.com/11290 Reviewed-by: Rob Pike <r@golang.org>
-rw-r--r--doc/go1.5.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.5.txt b/doc/go1.5.txt
index 1195454e04..8c9860dffc 100644
--- a/doc/go1.5.txt
+++ b/doc/go1.5.txt
@@ -97,6 +97,8 @@ cmd/go: .swig/.swigcxx files now require SWIG 3.0.6 or later
cmd/go: add -run flag to go generate (https://golang.org/cl/9005)
cmd/go: add $GOLINE to generate's variables (https://golang.org/cl/9007)
cmd/go: add go doc (https://golang.org/cl/9227)
+cmd/go, testing: add go test -count (https://golang.org/cl/10669)
+cmd/go: add preliminary support for vendor directories (https://golang.org/cl/10923)
cmd/vet: better validation of struct tags (https://golang.org/cl/2685)
cmd/ld: no longer record build timestamp in Windows PE file header (https://golang.org/cl/3740)
cmd/go: add -toolexec build option
@@ -106,8 +108,6 @@ cmd/go: add -buildmode build option
cmd/gc: add -dynlink option (for amd64 only)
cmd/ld: add -buildmode option
cmd/trace: new command to view traces (https://golang.org/cl/3601)
-cmd/go, testing: add go test -count (https://golang.org/cl/10669)
-
Performance:
cmd/gc: evaluate concrete == interface without allocating (https://golang.org/cl/2096)