Carl Edquist 3192e00f4f progress: output final newline to terminal.Out
fmt.Println writes to stdout, which may be redirected and wrongly
included with the main program output (like the cat command)
instead of written to the terminal output.

Note the rest of the progress output goes to terminal.Out in
printProgress via terminal.Write()
2022-10-06 06:10:05 -05:00
..
2021-11-01 21:00:27 +03:00
2022-08-30 11:16:26 +02:00
2022-08-30 11:16:26 +02:00
2022-08-30 11:16:26 +02:00