doc/go1.3.html: mention go build -i

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews, r
https://golang.org/cl/95010049
This commit is contained in:
David Crawshaw 2014-05-06 21:10:36 -04:00
parent b211d06014
commit 2702ad3806
1 changed files with 6 additions and 0 deletions

View File

@ -168,6 +168,12 @@ now always builds the package, even if it has no test files.
Previously, it would do nothing if no test files were present. Previously, it would do nothing if no test files were present.
</p> </p>
<p>
The <a href="/cmd/go/"><code>go build</code></a> subcommand
supports a new <code>-i</code> option to install dependencies
of the specified target, but not the target itself.
</p>
<p> <p>
Finally, the go command now supports packages that import Objective-C Finally, the go command now supports packages that import Objective-C
files (suffixed <code>.m</code>) through cgo. files (suffixed <code>.m</code>) through cgo.