From: Russ Cox Date: Fri, 26 Sep 2014 21:09:40 +0000 (-0400) Subject: doc/go1.4: go test builds + links all test files (CL 150980043) X-Git-Tag: go1.4beta1~265 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1d9c03150eead70fa350db101800df42d37ff890;p=gostls13.git doc/go1.4: go test builds + links all test files (CL 150980043) CC=golang-codereviews https://golang.org/cl/144660043 --- diff --git a/doc/go1.4.txt b/doc/go1.4.txt index a68bca78f6..7895ddd03c 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)