aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2015-04-30 17:42:16 -0700
committerRob Pike <r@golang.org>2015-05-01 00:42:54 +0000
commitcf3ac26a4c79ec53a8a5161f15cc91ab75b3ac46 (patch)
treeab653b5c09e28fac1214333521ffdf4e63d76681
parent5eddc5bae3c0b532b7e6e6c0e6280c562e213b7c (diff)
downloadgo-cf3ac26a4c79ec53a8a5161f15cc91ab75b3ac46.tar.xz
doc/go1.5.txt: cover has moved
Change-Id: Ie4b59d72e2b704559e075494e79fdc7b0bca6556 Reviewed-on: https://go-review.googlesource.com/9562 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 013cfed73c..7c4df59b71 100644
--- a/doc/go1.5.txt
+++ b/doc/go1.5.txt
@@ -70,6 +70,7 @@ time: add time.AppendFormat(https://golang.org/cl/1760)
Tools:
build: external linking support for windows (https://golang.org/cl/7163, 7282, 7283, 7284, 7534, 7535)
+cmd/cover: tool now lives in the standard repository (https://golang.org/cl/9560)
cmd/gc: constant arithmetic is based on math/big (https://golang.org/cl/7830, 7851, 7857, 8426, 7858, 7912, 8171)
cmd/go, go/build: add ${SRCDIR} variable expansion to cgo lines (https://golang.org/cl/1756)
cmd/go: add $DOLLAR to generate's variables (https://golang.org/cl/8091)