]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.3.html: mention go build -i
authorDavid Crawshaw <david.crawshaw@zentus.com>
Wed, 7 May 2014 01:10:36 +0000 (21:10 -0400)
committerDavid Crawshaw <david.crawshaw@zentus.com>
Wed, 7 May 2014 01:10:36 +0000 (21:10 -0400)
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews, r
https://golang.org/cl/95010049

doc/go1.3.html

index 5d5ee47f4e386c722149e6a27d4130c8acc30494..a3d8be47dea32a39a347e8ee01b5c95781653534 100644 (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.
 </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.