various: fix lint warnings

Some lint warnings caught by running 'make lint' locally.

Updates #cleanup

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: I1534ed6f2f5e1eb029658906f9d62607dad98ca3
This commit is contained in:
Andrew Dunham
2024-06-06 16:56:16 -04:00
parent 34e8820301
commit e88a5dbc92
3 changed files with 3 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ import (
"net/netip"
"time"
"github.com/prometheus-community/pro-bing"
probing "github.com/prometheus-community/pro-bing"
)
// sendOutboundUserPing sends a non-privileged ICMP (or ICMPv6) ping to dstIP with the given timeout.