Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 177 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 177 Bytes

Purpose

Parse output of ongoing ping commands to IPv4 hosts.

Usage

	// ping every 5 seconds, with 15 seconds timeout
	po, err := pinger.Ping("127.0.0.1", 5, 15)