From 0d612a8572229d02e569a865e27e32e163c40ea2 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Fri, 18 Apr 2014 11:00:38 -0700 Subject: [PATCH] doc/go1.3.html: go test always builds LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/89370043 --- doc/go1.3.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/go1.3.html b/doc/go1.3.html index a9a9791c4f..7ad98cbeeb 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -152,6 +152,12 @@ when the race detector is enabled, to eliminate false reports about unsafe access to coverage counters.

+

+The go test subcommand +now always builds the package, even if it has no test files. +Previously, it would do nothing if no test files were present. +

+

Finally, the go command now supports packages that import Objective-C files (suffixed .m) through cgo. -- 2.50.0