From: Jean de Klerk Date: Thu, 9 Jul 2020 15:55:49 +0000 (-0600) Subject: doc/go1.15: add line for testing streaming change X-Git-Tag: go1.15rc1~16 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=72735e7e05a79dd9272659e3095aa754c741a54e;p=gostls13.git 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 --- 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.