From: Ian Lance Taylor Date: Fri, 5 Jun 2020 16:52:35 +0000 (-0700) Subject: doc/go1.15: mention new debug/pe constants X-Git-Tag: go1.15beta1~33 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b44bf986a2ddd903059732b519237d4504cfdeb2;p=gostls13.git 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 --- 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.