Documentation ¶
Overview ¶
json2test reformats 'go test -json' output as text as if the -json flag were not passed to go test. It is useful if you want to analyze go test -json output, but still want a human readable test log.
Usage:
go test -json > out.txt; <analysis program> out.txt; cat out.txt | json2test
Click to show internal directories.
Click to hide internal directories.