Skip to content

Commit

Permalink
Update fastping.go
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomkk-qfeng committed May 27, 2022
1 parent 133be72 commit b6ba3d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastping.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b6ba3d7

Please sign in to comment.