aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2020-06-12 15:34:43 -0700
committerIan Lance Taylor <iant@golang.org>2020-06-12 23:50:08 +0000
commitb05b254e9da137a599b309f4c5158a05e9e11d32 (patch)
tree09d251e3bfd6f070d4fd7612c3eaaecacc8e431b /doc
parent8dae5390cbc2b4d3b772b8f17182e885523b698b (diff)
downloadgo-b05b254e9da137a599b309f4c5158a05e9e11d32.tar.gz
go-b05b254e9da137a599b309f4c5158a05e9e11d32.zip
doc/go1.15: sort debug/pe entry alphabetically
For #37419 Change-Id: If98ecffbfd976cb66a87b1cce4e82b3ddee1639e Reviewed-on: https://go-review.googlesource.com/c/go/+/237738 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.15.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index d6e238ef2f..80f0e00932 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -374,17 +374,6 @@ Do not send CLs removing the interior tags from such phrases.
in mind.
</p>
-<dl id="debug/pe"><dt><a href="/pkg/debug/pe/">debug/pe</a></dt>
- <dd>
- <p><!-- CL 222637 -->
- The package now defines the
- <code>IMAGE_FILE</code>, <code>IMAGE_SUBSYSTEM</code>,
- and <code>IMAGE_DLLCHARACTERISTICS</code> constants used by the
- PE file format.
- </p>
- </dd>
-</dl><!-- debug/pe -->
-
<dl id="crypto"><dt><a href="/pkg/crypto/">crypto</a></dt>
<dd>
<p><!-- CL 231417, CL 225460 -->
@@ -551,6 +540,17 @@ Do not send CLs removing the interior tags from such phrases.
</dd>
</dl><!-- crypto/x509/pkix -->
+<dl id="debug/pe"><dt><a href="/pkg/debug/pe/">debug/pe</a></dt>
+ <dd>
+ <p><!-- CL 222637 -->
+ The package now defines the
+ <code>IMAGE_FILE</code>, <code>IMAGE_SUBSYSTEM</code>,
+ and <code>IMAGE_DLLCHARACTERISTICS</code> constants used by the
+ PE file format.
+ </p>
+ </dd>
+</dl><!-- debug/pe -->
+
<dl id="encoding/json"><dt><a href="/pkg/encoding/json/">encoding/json</a></dt>
<dd>
<p><!-- CL 191783 -->