cmd/go: go mod download -json
should output valid json
#33648
Labels
go mod download -json
should output valid json
#33648
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Well formed json output, please click to expand example below.
go mod download -json
OutputWhat did you see instead?
The output was not well formed json. It contained a 'go: finding ...' message and the list of module objects was not wrapped in a comma delimited json list. Please click to expand example below.
go mod download -json
OutputThe text was updated successfully, but these errors were encountered: