From b05b254e9da137a599b309f4c5158a05e9e11d32 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor
Date: Fri, 12 Jun 2020 15:34:43 -0700
Subject: [PATCH] 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
---
doc/go1.15.html | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/doc/go1.15.html b/doc/go1.15.html
index d6e238ef2f5..80f0e009324 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.
-- debug/pe
- -
-
- The package now defines the
- IMAGE_FILE
, IMAGE_SUBSYSTEM
,
- and IMAGE_DLLCHARACTERISTICS
constants used by the
- PE file format.
-
-
-
-
- crypto
-
@@ -551,6 +540,17 @@ Do not send CLs removing the interior tags from such phrases.
+- debug/pe
+ -
+
+ The package now defines the
+ IMAGE_FILE
, IMAGE_SUBSYSTEM
,
+ and IMAGE_DLLCHARACTERISTICS
constants used by the
+ PE file format.
+
+
+
+
- encoding/json
-