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.