From 7b8234b48fb66e9932abfbbaa24307480682e9b9 Mon Sep 17 00:00:00 2001 From: Jonathan Amsterdam Date: Sat, 27 Jul 2019 14:29:02 -0400 Subject: [PATCH] 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 --- doc/go1.13.html | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) 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

-- 2.50.0