From 72735e7e05a79dd9272659e3095aa754c741a54e Mon Sep 17 00:00:00 2001 From: Jean de Klerk Date: Thu, 9 Jul 2020 09:55:49 -0600 Subject: [PATCH] doc/go1.15: add line for testing streaming change Updates #37419. Updates #38458. Updates #24929. Change-Id: I793bb20fa9db4432fc3a5b69956b7108e4695081 Reviewed-on: https://go-review.googlesource.com/c/go/+/241660 Run-TryBot: Jean de Klerk TryBot-Result: Gobot Gobot Reviewed-by: Dmitri Shuralyov --- doc/go1.15.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/go1.15.html b/doc/go1.15.html index ce6894d2e0..b7b422e4a1 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -956,7 +956,8 @@ Do not send CLs removing the interior tags from such phrases.

- TODO: https://golang.org/cl/229085: reformat test chatty output + go test -v now groups output by + test name, rather than printing the test name on each line.

-- 2.50.0