From: Jonathan Amsterdam Date: Sat, 27 Jul 2019 18:29:02 +0000 (-0400) Subject: go1.13.html: release note for %w X-Git-Tag: go1.13rc1~65 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7b8234b48fb66e9932abfbbaa24307480682e9b9;p=gostls13.git go1.13.html: release note for %w Also, reorder packages so the list is in alphabetical order. Fixes #32914. Change-Id: Ifa504cb7e48df31ba6dc0e5756148430b59fa139 Reviewed-on: https://go-review.googlesource.com/c/go/+/187797 Reviewed-by: Emmanuel Odeke Reviewed-by: Andrew Bonventre --- diff --git a/doc/go1.13.html b/doc/go1.13.html index 9dead688c2..7298f82889 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -621,14 +621,17 @@ godoc -
html/template
+
fmt
-

- When using a <script> tag with "module" set as the - type attribute, code will now be interpreted as JavaScript module script. + +

The Errorf function + has a new verb, %w, whose operand must be an error. + The error returned from Errorf will have an + Unwrap method which returns the operand of %w.

-
+
+
go/scanner
@@ -651,6 +654,17 @@ godoc
+ + +
html/template
+
+

+ When using a <script> tag with "module" set as the + type attribute, code will now be interpreted as JavaScript module script. +

+ +
+
log