1
0
mirror of https://github.com/golang/go synced 2024-11-12 02:50:25 -07:00

doc/go1.3.html: go test always builds

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/89370043
This commit is contained in:
Rob Pike 2014-04-18 11:00:38 -07:00
parent cd4c1f18a1
commit 0d612a8572

View 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.