mirror of
https://github.com/taigrr/go-fastping
synced 2025-01-18 05:03:15 -08:00
Fix documents
This commit is contained in:
parent
be67e41b89
commit
8242021828
@ -1,13 +1,15 @@
|
||||
go-fastping
|
||||
===========
|
||||
|
||||
go-fastping is a Go language port of Marc Lehmann's AnyEvent::FastPing Perl
|
||||
module to send ICMP ECHO REQUEST packets quickly. Original Perl module is
|
||||
go-fastping is a Go language's ICMP ping library inspired by AnyEvent::FastPing
|
||||
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.
|
||||
|
||||
[](https://godoc.org/github.com/tatsushid/go-fastping)
|
||||
|
||||
## Installation
|
||||
|
||||
Install and update this go package with `go get -u github.com/tatsushid/go-fastping`
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Package fastping is a Go language port of Marc Lehmann's AnyEvent::FastPing
|
||||
// Perl module to send ICMP ECHO REQUEST packets quickly. Original Perl module
|
||||
// is available at
|
||||
// Package fastping is an ICMP ping library inspired by AnyEvent::FastPing 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user