Skip to content

Commit

Permalink
doc/go1.3.html: go test always builds
Browse files Browse the repository at this point in the history
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/89370043
  • Loading branch information
robpike committed Apr 18, 2014
1 parent cd4c1f1 commit 0d612a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/go1.3.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@ <h3 id="gocmd">Changes to the go command</h3>
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.
Expand Down

0 comments on commit 0d612a8

Please sign in to comment.