Skip to content

Commit decdad3

Browse files
qmuntalBryan Mills
authored and
Bryan Mills
committed
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 <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Run-TryBot: Quim Muntal <[email protected]> Reviewed-by: David Chase <[email protected]>
1 parent a1901f8 commit decdad3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/go1.20.html

+9
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ <h3 id="go-command">Go command</h3>
5858
the <code>GOPATH</code> install targets to unexpectedly remain in effect.)
5959
</p>
6060

61+
<h4 id="go-version"><code>go</code> <code>version</code></h4>
62+
63+
<p><!-- https://go.dev/issue/48187 -->
64+
The <code>go</code> <code>version</code> <code>-m</code> command
65+
now supports reading more types of Go binaries, most notably, Windows DLLs
66+
built with <code>go</code> <code>build</code> <code>-buildmode=c-shared</code>
67+
and Linux binaries without execute permission.
68+
</p>
69+
6170
<h3 id="vet">Vet</h3>
6271

6372
<p><!-- https://go.dev/issue/48801, CL 354010 -->

0 commit comments

Comments
 (0)