Update ping.go

This commit is contained in:
Thomas Casteleyn 2024-11-22 11:31:06 +01:00 committed by GitHub
parent c5990455e4
commit 0e2060b693
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
//