From: Rob Pike Date: Fri, 18 Apr 2014 18:00:38 +0000 (-0700) Subject: doc/go1.3.html: go test always builds X-Git-Tag: go1.3beta1~18 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0d612a8572229d02e569a865e27e32e163c40ea2;p=gostls13.git doc/go1.3.html: go test always builds LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/89370043 --- diff --git a/doc/go1.3.html b/doc/go1.3.html index a9a9791c4f..7ad98cbeeb 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -152,6 +152,12 @@ when the race detector is enabled, to eliminate false reports about unsafe access to coverage counters.

+

+The go test subcommand +now always builds the package, even if it has no test files. +Previously, it would do nothing if no test files were present. +

+

Finally, the go command now supports packages that import Objective-C files (suffixed .m) through cgo.