summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-09-26 17:09:40 -0400
committerRuss Cox <rsc@golang.org>2014-09-26 17:09:40 -0400
commit45cbf12fa9e8f23622621fd1d49e8129db527957 (patch)
tree034b490ed2f8dd9a6e23ac60edc176e550fc56d5 /doc
parentcd095410f3dbccb0e1f8e0477340b4bceb52a8af (diff)
downloadgo-45cbf12fa9e8f23622621fd1d49e8129db527957.tar.gz
doc/go1.4: go test builds + links all test files (CL 150980043)
CC=golang-codereviews https://codereview.appspot.com/144660043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index a68bca78f..7895ddd03 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -16,6 +16,7 @@ cmd/go: implement "generate" (CL 125580044)
cmd/go: disallow C sources except when using cgo (CL 149720043)
cmd/go: add test -o flag (CL 149070043)
cmd/go: redefine build -a to skip standard library in releases (CL 151730045)
+cmd/go: compile and link all _test.go files during 'go test', even in packages where there are no Test functions (CL 150980043)
asm: make textflag.h available outside of cmd/ld (CL 128050043)
crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)