From 9838f4dfb40f83929140937e75c6eb182ea5e40d Mon Sep 17 00:00:00 2001 From: Julie Date: Wed, 12 Jun 2019 13:38:45 -0400 Subject: [PATCH] doc: add release notes for log Change-Id: Ifd330053094c172b7dcd9086da173289efc7f9b8 Reviewed-on: https://go-review.googlesource.com/c/go/+/181942 Reviewed-by: Katie Hockman Reviewed-by: Andrew Bonventre --- doc/go1.13.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.13.html b/doc/go1.13.html index 5731cbbd81..939299c90e 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -192,7 +192,7 @@ TODO
log

- TODO: https://golang.org/cl/168920: expose Writer() method of the standard logger + The new Writer function returns the output destination for the standard logger.

-- 2.50.0