aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2015-02-22 12:48:16 -0500
committerRuss Cox <rsc@golang.org>2015-02-23 15:13:34 +0000
commit271a65024545d8d24bb12d4e36e349b073198b4a (patch)
treeb7713405a803dee3a7ccf746b492baedaf699c5f
parent096b294f219eb9f348652c5e70d067ff51be89b2 (diff)
downloadgo-271a65024545d8d24bb12d4e36e349b073198b4a.tar.gz
go-271a65024545d8d24bb12d4e36e349b073198b4a.zip
[dev.cc] doc/go1.5: mention cmd/go meaning of std change
Change-Id: I259e88f019b6818c57caaa1ec236b7c2e2ae1382 Reviewed-on: https://go-review.googlesource.com/5551 Reviewed-by: Rob Pike <r@golang.org>
-rw-r--r--doc/go1.5.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.5.txt b/doc/go1.5.txt
index d64dfab2c3..f17c7b9a5e 100644
--- a/doc/go1.5.txt
+++ b/doc/go1.5.txt
@@ -23,6 +23,7 @@ testing/quick: support generation of arrays (https://golang.org/cl/3865)
Tools:
+cmd/go: std wildcard now excludes commands in main repo (https://golang.org/cl/5550)
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)