mirror of
https://github.com/google/gops.git
synced 2025-02-19 19:59:55 +02:00
The warnings that agent prints to os.Stderr did not previously include newlines causing program output to get jumbled up when an error occurs. We see this most often when calling `Close()`, which causes the listener to print `gops: accept tcp 127.0.0.1:9999: use of closed network connection` which breaks whatever is logged next.