From 0e2060b6930501d2c2563d873f9823d5dfa006a9 Mon Sep 17 00:00:00 2001 From: Thomas Casteleyn Date: Fri, 22 Nov 2024 11:31:06 +0100 Subject: [PATCH] Update ping.go --- ping.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ping.go b/ping.go index d7e5bd9..124148e 100644 --- a/ping.go +++ b/ping.go @@ -1,4 +1,5 @@ // Deprecated: This package is no longer maintained. +// Package ping is a simple but powerful ICMP echo (ping) library. // // Here is a very simple example that sends and receives three packets: //