go-pinger
go-pinger copied to clipboard
Go library for perform ICMP ping checks to 1 or more destination addresses.
Linting and typo fixes.
Hello, I've tried "ping-all" and everything works fine except `-count` flag, even if I set count integer it keeps pinging indefinitely. After looking at "ping-all" source code I can see...
Can't build on windows Tried both cross compile and directly on windows 10 Linux works fine. # github.com/raintank/go-pinger ../../github.com/raintank/go-pinger/packet_reader.go:75:33: not enough arguments in call to syscall.Syscall ../../github.com/raintank/go-pinger/packet_reader.go:75:34: undefined: syscall.SYS_IOCTL ../../github.com/raintank/go-pinger/packet_reader.go:75:74:...