summaryrefslogtreecommitdiff
path: root/doc/go1.3.html
diff options
context:
space:
mode:
authorDavid Crawshaw <david.crawshaw@zentus.com>2014-05-06 21:10:36 -0400
committerDavid Crawshaw <david.crawshaw@zentus.com>2014-05-06 21:10:36 -0400
commite1027bbc6e712b3c8bc8d4826959c66529a6f6c0 (patch)
tree7c9cc9a303031646e9ff5c6d6cf5fb6d81f99359 /doc/go1.3.html
parent5ded1545153a9ff7df13b994c6d28ce2d008aeef (diff)
downloadgo-e1027bbc6e712b3c8bc8d4826959c66529a6f6c0.tar.gz
doc/go1.3.html: mention go build -i
LGTM=iant R=golang-codereviews, iant CC=golang-codereviews, r https://codereview.appspot.com/95010049
Diffstat (limited to 'doc/go1.3.html')
-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 5d5ee47f4..a3d8be47d 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -169,6 +169,12 @@ 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.
</p>