]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.3.html: go test always builds
authorRob Pike <r@golang.org>
Fri, 18 Apr 2014 18:00:38 +0000 (11:00 -0700)
committerRob Pike <r@golang.org>
Fri, 18 Apr 2014 18:00:38 +0000 (11:00 -0700)
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/89370043

doc/go1.3.html

index a9a9791c4f1c7b5e1a10a3c760b2be29fb84d28a..7ad98cbeeb34aa244df6753477c528cb8a3aa361 100644 (file)
@@ -152,6 +152,12 @@ when the race detector is enabled, to eliminate false reports about unsafe
 access to coverage counters.
 </p>
 
+<p>
+The <a href="/cmd/go/"><code>go test</code></a> subcommand
+now always builds the package, even if it has no test files.
+Previously, it would do nothing if no test files were present.
+</p>
+
 <p>
 Finally, the go command now supports packages that import Objective-C
 files (suffixed <code>.m</code>) through cgo.