diff options
author | Nathan Owens <Nathan_Owens@cable.comcast.com> | 2016-02-22 09:05:07 -0500 |
---|---|---|
committer | Nathan Owens <Nathan_Owens@cable.comcast.com> | 2016-02-22 09:05:07 -0500 |
commit | 68406ff23b7923c046edba830453516efac20c05 (patch) | |
tree | 6af303ccf3a38f3b8000be59ab3fc6bae9459e9c | |
parent | 410fa81f13587ef35f000df7b0434ef01ad93409 (diff) | |
download | fbtracert-68406ff23b7923c046edba830453516efac20c05.zip fbtracert-68406ff23b7923c046edba830453516efac20c05.tar.gz fbtracert-68406ff23b7923c046edba830453516efac20c05.tar.bz2 |
change capitalization
-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: |