Hi all,
I found
https://github.com/golang/go/issues/37486, "cmd/dist: add json output support" after I (partially) implemented it while building and testing Go in an existing CI system. (If I pass "-json", the modified dist tool passes "-json" to the "go test" commands, but not all dist tests use "go test" so they don't output JSON.)
I was wondering if this issue is something that's being worked on, and if it would be useful if I submitted the partial implementation I've got. Or would it be better to wait for a full implementation that covers all tests before adding a "-json" flag to "dist test"?
Thanks,
Davis