diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ func ICMPReceiver(done <-chan struct{}, af string) (chan interface{}, error) { defer close(out) for { select { - // read Icmp struct + // read ICMP struct case response := <-recv: out <- response case <-done: |