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