diff --git a/doc/go1.14.html b/doc/go1.14.html index 6e7c5dc9b62ffa..3cf203f8311b95 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -759,6 +759,19 @@
+ When parsing of an URL fails
+ (e.g. by Parse
+ or ParseRequestURI
),
+ the resulting Error
message
+ will now quote the unparsable URL
+ for clearer structure and consistency with other parsing errors.
+