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 69a20690b9bbd..4b79dee42dea7 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -633,6 +633,16 @@

Minor changes to the library

+
go/printer
+
+

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

+
+
io/ioutil