From 41bdb9357a5f7ea6ade9a68aba56ee31b0f8dbbc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 12 Jun 2020 15:58:48 -0700 Subject: [PATCH] doc/go1.15: document go/printer.StdFormat For #37419 For #37453 For #37476 Change-Id: Ia032ec844773af421bc4217d5dd6e60996d8e91f Reviewed-on: https://go-review.googlesource.com/c/go/+/237740 Reviewed-by: Robert Griesemer Reviewed-by: Dmitri Shuralyov --- doc/go1.15.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/go1.15.html b/doc/go1.15.html index 69a20690b9..4b79dee42d 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -633,6 +633,16 @@ Do not send CLs removing the interior tags from such phrases. +
go/printer
+
+

+ The new Mode + value StdFormat + directs the printer to apply standard formatting changes while + printing the output. +

+
+
io/ioutil

-- 2.50.0