destination := tf.Hosts[len(tf.Hosts)-1].IP
The line above at main.go is not safe since sometimes MTR will fail execution of goroutine will not return properly.
I temporarily replaced it to check and ignore if the routine exited without properly populating the return variable.
destination := tf.Hosts[len(tf.Hosts)-1].IP
The line above at main.go is not safe since sometimes MTR will fail execution of goroutine will not return properly.
I temporarily replaced it to check and ignore if the routine exited without properly populating the return variable.