From: qmuntal Date: Tue, 11 Oct 2022 06:24:39 +0000 (+0200) Subject: doc/go1.20: go version supports non-executable Go binaries X-Git-Tag: go1.20rc1~561 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=decdad3537dd4797fde8c7db3005da674b50015c;p=gostls13.git 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 --- 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