mtr icon indicating copy to clipboard operation
mtr copied to clipboard

Panic is used in library instead of returning error

Open isodude opened this issue 4 years ago • 0 comments

At https://github.com/tonobo/mtr/blob/1c17592ae70b6710d37a17f81813a4551961b10d/pkg/icmp/icmp.go#L43 the code is throwing a panic, which when using this code as a library is quite devastating.

I'm using it for a mtr plugin in telegraf.

isodude avatar May 27 '21 09:05 isodude