Update ping.go

This commit is contained in:
Thomas Casteleyn
2024-11-22 11:29:19 +01:00
committed by GitHub
parent caaf2b72ea
commit 28abb8f917

View File

@@ -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: // Here is a very simple example that sends and receives three packets:
// //