From 17702e64492d14cd47d41a012aff92ad808fed52 Mon Sep 17 00:00:00 2001 From: Tatsushi Demachi Date: Sat, 11 Oct 2014 15:03:44 +0900 Subject: [PATCH] Fix documents --- README.md | 2 +- fastping.go | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15823c5..881522b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Perl module to send ICMP ECHO REQUEST packets quickly. Original Perl module is available at http://search.cpan.org/~mlehmann/AnyEvent-FastPing-2.01/ -It hasn't been fully implemented original functions yet and only for IPv4 now. +It hasn't been fully implemented original functions yet. [![GoDoc](https://godoc.org/github.com/tatsushid/go-fastping?status.svg)](https://godoc.org/github.com/tatsushid/go-fastping) diff --git a/fastping.go b/fastping.go index 9bd7fd4..0a6d903 100644 --- a/fastping.go +++ b/fastping.go @@ -3,8 +3,7 @@ // available at // http://search.cpan.org/~mlehmann/AnyEvent-FastPing-2.01/ // -// It hasn't been fully implemented original functions yet and only for IPv4 -// now. +// It hasn't been fully implemented original functions yet. // // Here is an example: //