From: Julie Date: Wed, 12 Jun 2019 17:38:45 +0000 (-0400) Subject: doc: add release notes for log X-Git-Tag: go1.13beta1~72 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9838f4dfb40f83929140937e75c6eb182ea5e40d;p=gostls13.git 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 --- 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.