How would I correctly redirect the output of exec.Cmd.Start so I can view its progress
I wrote this go program to help me asynchronously execute some long running tests that I have been running synchronously until now. It works pretty well, except for the real time progress updates I am hoping to get during execution.