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