From: Ian Lance Taylor Date: Fri, 12 Jun 2020 22:58:48 +0000 (-0700) Subject: doc/go1.15: document go/printer.StdFormat X-Git-Tag: go1.15rc1~100 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=41bdb9357a5f7ea6ade9a68aba56ee31b0f8dbbc;p=gostls13.git 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 --- 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