Skip to content

Commit 58a4770

Browse files
fix(build): remove unused strings import in ping_other.go for linux and darwin builds
1 parent 26059a6 commit 58a4770

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎internal/service/ping_other.go‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ package service
55
import (
66
"os/exec"
77
"runtime"
8-
"strings"
98
)
109

1110
// pingSystemCommand executa o ping nativo em sistemas Unix-like (macOS / Linux)

0 commit comments

Comments
 (0)