From e1027bbc6e712b3c8bc8d4826959c66529a6f6c0 Mon Sep 17 00:00:00 2001 From: David Crawshaw Date: Tue, 6 May 2014 21:10:36 -0400 Subject: doc/go1.3.html: mention go build -i LGTM=iant R=golang-codereviews, iant CC=golang-codereviews, r https://codereview.appspot.com/95010049 --- doc/go1.3.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 @@ -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. -- cgit v1.2.1