Skip to content

Commit

Permalink
doc/go1.3.html: mention go build -i
Browse files Browse the repository at this point in the history
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews, r
https://golang.org/cl/95010049
  • Loading branch information
crawshaw committed May 7, 2014
1 parent b211d06 commit 2702ad3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/go1.3.html
Expand Up @@ -168,6 +168,12 @@ <h3 id="gocmd">Changes to the go command</h3>
Previously, it would do nothing if no test files were present.
</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>
Finally, the go command now supports packages that import Objective-C
files (suffixed <code>.m</code>) through cgo.
Expand Down

0 comments on commit 2702ad3

Please sign in to comment.