aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2020-06-26 11:31:02 -0700
committerIan Lance Taylor <iant@golang.org>2020-06-29 21:33:23 +0000
commit8c521739f27bd745bde0dcb3d5c9a332b06a6a42 (patch)
tree90cd7253deb8aa792986767c312120507af48081 /doc
parent2ca0f5a1e2e637cd15b50f3c625cbb8d169575ab (diff)
downloadgo-8c521739f27bd745bde0dcb3d5c9a332b06a6a42.tar.gz
go-8c521739f27bd745bde0dcb3d5c9a332b06a6a42.zip
doc/go1.15: remove encoding/xml doc
The change is rolled back in CL 240179. For #35151 For #39876 Change-Id: Id26ccbdb482772ac31c642156a9900102397b043 Reviewed-on: https://go-review.googlesource.com/c/go/+/240012 Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com> Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.15.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index a0de2b067a..d9fe3b32d8 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -620,20 +620,6 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- encoding/json -->
-<dl id="encoding/xml"><dt><a href="/pkg/encoding/xml/">encoding/xml</a></dt>
- <dd>
- <p><!-- CL 203417 -->
- The encoder has always taken care to avoid using namespace prefixes beginning with
- <code>xml</code>,
- which are reserved by the XML specification.
- Now, following the specification more closely,
- that check is case-insensitive, so that prefixes beginning with
- <code>XML</code>, <code>XmL</code>,
- and so on are also avoided.
- </p>
- </dd>
-</dl><!-- encoding/xml -->
-
<dl id="flag"><dt><a href="/pkg/flag/">flag</a></dt>
<dd>
<p><!-- CL 221427 -->