From: David Crawshaw
Date: Wed, 7 May 2014 01:10:36 +0000 (-0400)
Subject: doc/go1.3.html: mention go build -i
X-Git-Tag: go1.3beta2~138
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2702ad38066a43ef6af5217ee0148c3d6424ee72;p=gostls13.git
doc/go1.3.html: mention go build -i
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews, r
https://golang.org/cl/95010049
---
diff --git a/doc/go1.3.html b/doc/go1.3.html
index 5d5ee47f4e..a3d8be47de 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -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.
+
+The go build
subcommand
+supports a new -i
option to install dependencies
+of the specified target, but not the target itself.
+
+
Finally, the go command now supports packages that import Objective-C
files (suffixed .m
) through cgo.