File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,15 @@ <h3 id="go-command">Go command</h3>
118
118
and < code > GOGCCFLAGS</ code > variables it reports.
119
119
</ p >
120
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
+
121
130
< p > <!-- CL 410821 -->
122
131
The < code > go</ code > command now caches information necessary to load some modules,
123
132
which should result in a speed-up of some < code > go</ code > < code > list</ code > invocations.
You can’t perform that action at this time.
0 commit comments