1
0
Fork 0
mirror of https://github.com/pnx/pinger.git synced 2026-06-18 03:50:02 +02:00

main.go: proper improt alias

This commit is contained in:
Henrik Hautakoski 2025-05-25 22:25:14 +02:00
parent e7c49dac1c
commit cef5f5daba

View file

@ -8,7 +8,7 @@ import (
"time" "time"
"github.com/pborman/getopt/v2" "github.com/pborman/getopt/v2"
"github.com/prometheus-community/pro-bing" probing "github.com/prometheus-community/pro-bing"
) )
// printStats prints statistics from a ping. // printStats prints statistics from a ping.