]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.20: go version supports non-executable Go binaries
authorqmuntal <quimmuntal@gmail.com>
Tue, 11 Oct 2022 06:24:39 +0000 (08:24 +0200)
committerBryan Mills <bcmills@google.com>
Mon, 24 Oct 2022 15:56:26 +0000 (15:56 +0000)
Closes #48187

Change-Id: Ibb808654bab3b6602b8901423fd297ad1f6e6386
Reviewed-on: https://go-review.googlesource.com/c/go/+/442035
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: David Chase <drchase@google.com>
doc/go1.20.html

index fbfd0b78d228f05504f2157ecb9e67836ce7c205..c3f5e8a3ecf016571dd2454722f77446ce87e63e 100644 (file)
@@ -58,6 +58,15 @@ Do not send CLs removing the interior tags from such phrases.
   the <code>GOPATH</code> install targets to unexpectedly remain in effect.)
 </p>
 
+<h4 id="go-version"><code>go</code> <code>version</code></h4>
+
+<p><!-- https://go.dev/issue/48187 -->
+  The <code>go</code> <code>version</code> <code>-m</code> command
+  now supports reading more types of Go binaries, most notably, Windows DLLs
+  built with <code>go</code> <code>build</code> <code>-buildmode=c-shared</code>
+  and Linux binaries without execute permission.
+</p>
+
 <h3 id="vet">Vet</h3>
 
 <p><!-- https://go.dev/issue/48801, CL 354010 -->