go-ping / ping

ICMP Ping library for Go
MIT License
1.31k stars 344 forks source link

Decrease the number of digits after the decimal point #227

Closed artenax closed 9 months ago

artenax commented 1 year ago

I noticed that it depends on the system. Linux has 6 digits (e.g. 120.125368 ms), MacOS has 3 digits. In my opinion this is excessive precision. Could you round it down to one digit?

SuperQ commented 9 months ago

This project is abandoned.