From decdad3537dd4797fde8c7db3005da674b50015c Mon Sep 17 00:00:00 2001
From: qmuntal
Date: Tue, 11 Oct 2022 08:24:39 +0200
Subject: [PATCH] doc/go1.20: go version supports non-executable Go binaries
Closes #48187
Change-Id: Ibb808654bab3b6602b8901423fd297ad1f6e6386
Reviewed-on: https://go-review.googlesource.com/c/go/+/442035
TryBot-Result: Gopher Robot
Reviewed-by: Bryan Mills
Run-TryBot: Quim Muntal
Reviewed-by: David Chase
---
doc/go1.20.html | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/doc/go1.20.html b/doc/go1.20.html
index fbfd0b78d2..c3f5e8a3ec 100644
--- a/doc/go1.20.html
+++ b/doc/go1.20.html
@@ -58,6 +58,15 @@ Do not send CLs removing the interior tags from such phrases.
the GOPATH
install targets to unexpectedly remain in effect.)
+go
version
+
+
+ The go
version
-m
command
+ now supports reading more types of Go binaries, most notably, Windows DLLs
+ built with go
build
-buildmode=c-shared
+ and Linux binaries without execute permission.
+
+
Vet
--
2.48.1