mirror of
https://github.com/golang/go
synced 2024-11-22 10:54:46 -07:00
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 <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> Run-TryBot: Quim Muntal <quimmuntal@gmail.com> Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
parent
a1901f898b
commit
decdad3537
@ -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.)
|
the <code>GOPATH</code> install targets to unexpectedly remain in effect.)
|
||||||
</p>
|
</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>
|
<h3 id="vet">Vet</h3>
|
||||||
|
|
||||||
<p><!-- https://go.dev/issue/48801, CL 354010 -->
|
<p><!-- https://go.dev/issue/48801, CL 354010 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user