diff --git a/doc/go1.14.html b/doc/go1.14.html index 7e74c7a69bd452..26644cca59b6ac 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -694,6 +694,23 @@

Core library

+
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