aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-04-18 11:00:38 -0700
committerRob Pike <r@golang.org>2014-04-18 11:00:38 -0700
commit0d612a8572229d02e569a865e27e32e163c40ea2 (patch)
tree4b6fca357a85c7010915423585ce83bd86da9248
parentcd4c1f18a195ac16e7dc9c4aa59a491adf469bab (diff)
downloadgo-0d612a8572229d02e569a865e27e32e163c40ea2.tar.gz
go-0d612a8572229d02e569a865e27e32e163c40ea2.zip
doc/go1.3.html: go test always builds
LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/89370043
-rw-r--r--doc/go1.3.html6
1 files changed, 6 insertions, 0 deletions
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
@@ -153,6 +153,12 @@ 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.
</p>