We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1901f8 commit decdad3Copy full SHA for decdad3
doc/go1.20.html
@@ -58,6 +58,15 @@ <h3 id="go-command">Go command</h3>
58
the <code>GOPATH</code> install targets to unexpectedly remain in effect.)
59
</p>
60
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
70
<h3 id="vet">Vet</h3>
71
72
<p><!-- https://go.dev/issue/48801, CL 354010 -->
0 commit comments