diff --git a/doc/go1.14.html b/doc/go1.14.html index 7e74c7a69b..26644cca59 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -694,6 +694,23 @@ TODO +
strconv
+
+

+ The NumError + type now has + an Unwrap + method that may be used to retrieve the reason that a conversion + failed. + This supports using NumError values + with errors.Is to see + if the underlying error + is strconv.ErrRange + or strconv.ErrSyntax. +

+
+
+
sync