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:
parent
e7c49dac1c
commit
cef5f5daba
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue