Simple go test report to org-mode transformer. Sometimes you have a lot of log output in a lot of tests, then this tool might become useful.
go build ./...In your go PWD run
$ go test -v ./... > /tmp/gotest.txtFor transformation run:
$ gottorg /tmp/gotest.txt > gotest.orgMarkus Hihn
MIT