From b44bf986a2ddd903059732b519237d4504cfdeb2 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 5 Jun 2020 09:52:35 -0700 Subject: [PATCH] doc/go1.15: mention new debug/pe constants The constants were added in CL 222637. For #37419 Change-Id: Iae662d677d31c44a7560399ef6771f520c1f7663 Reviewed-on: https://go-review.googlesource.com/c/go/+/236682 Reviewed-by: Dmitri Shuralyov --- doc/go1.15.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/go1.15.html b/doc/go1.15.html index 0c345f22e2..a863b96d22 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -328,7 +328,10 @@ TODO
debug/pe

- TODO: https://golang.org/cl/222637: copy some consts from cmd/link/internal/ld + The package now defines the + IMAGE_FILE, IMAGE_SUBSYSTEM, + and IMAGE_DLLCHARACTERISTICS constants used by the + PE file format.

-- 2.50.0