]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.15: sort debug/pe entry alphabetically
authorIan Lance Taylor <iant@golang.org>
Fri, 12 Jun 2020 22:34:43 +0000 (15:34 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 12 Jun 2020 23:50:08 +0000 (23:50 +0000)
For #37419

Change-Id: If98ecffbfd976cb66a87b1cce4e82b3ddee1639e
Reviewed-on: https://go-review.googlesource.com/c/go/+/237738
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.15.html

index d6e238ef2f5a42d43c1a41ebf72136e183637f12..80f0e0093241e73c0b9696444746fe0d9c3032c1 100644 (file)
@@ -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 -->