Open xhd2015 opened 4 months ago
Always add -json to xgo test, but convert them to terminal output if necessary.
-json
xgo test
There is a go tool test2json: https://pkg.go.dev/cmd/test2json , which can help to convert test output to JSON.
go tool test2json
Always add
-json
toxgo test
, but convert them to terminal output if necessary.