We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558785a commit 266c70cCopy full SHA for 266c70c
doc/go1.19.html
@@ -118,6 +118,15 @@ <h3 id="go-command">Go command</h3>
118
and <code>GOGCCFLAGS</code> variables it reports.
119
</p>
120
121
+<p><!-- https://go.dev/issue/29666 -->
122
+ <code>go</code> <code>list</code> <code>-json</code> now accepts a
123
+ comma-separated list of JSON fields to populate. If a list is specified,
124
+ the JSON output will include only those fields, and
125
+ <code>go</code> <code>list</code> may avoid work to compute fields that are
126
+ not included. In some cases, this may suppress errors that would otherwise
127
+ be reported.
128
+</p>
129
+
130
<p><!-- CL 410821 -->
131
The <code>go</code> command now caches information necessary to load some modules,
132
which should result in a speed-up of some <code>go</code> <code>list</code> invocations.
0 commit comments