LGTM
On Fri, Apr 18, 2014 at 10:49 AM, <r@golang.org> wrote:
> Reviewers: golang-codereviews,
>
> Message:
> Hello golang-codereviews@googlegroups.com,
>
> I'd like you to review this change to
> https://code.google.com/p/go/
>
>
> Description:
> doc/go1.3.html: go test always builds
>
> Please review this at https://codereview.appspot.com/89370043/
>
> Affected files (+6, -0 lines):
> M doc/go1.3.html
>
>
> Index: doc/go1.3.html
> ===================================================================
> --- a/doc/go1.3.html
> +++ b/doc/go1.3.html
> @@ -153,6 +153,12 @@
> </p>
>
> <p>
> +The <a href="/cmd/go/"><code>go test</code></a> subcommand
> +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>
> Finally, the go command now supports packages that import Objective-C
> files (suffixed <code>.m</code>) through cgo.
> </p>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
*** Submitted as https://code.google.com/p/go/source/detail?r=77a61fff91ae *** doc/go1.3.html: go test always builds LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/89370043
Issue 89370043: code review 89370043: doc/go1.3.html: go test always builds
(Closed)
Created 11 years ago by r
Modified 11 years ago
Reviewers:
Base URL:
Comments: 0