From b6ba3d712adf05120d0caef8882e26a42a92fb30 Mon Sep 17 00:00:00 2001 From: Feng_Qi Date: Fri, 27 May 2022 18:52:35 +0800 Subject: [PATCH] Update fastping.go --- fastping.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastping.go b/fastping.go index ce2d931..66cc156 100644 --- a/fastping.go +++ b/fastping.go @@ -3,7 +3,8 @@ package sw import ( "net" "time" - "github.com/tatsushid/go-fastping" + + "github.com/freedomkk-qfeng/go-fastping" ) func fastPingRtt(ip string, timeout int) (float64, error) {