diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-07 14:05:54 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | a7405496ba01f72673239a5cd6ecbb8bfd6afd86 (patch) | |
| tree | a20b82de0a361896c41764159d1256dbec486fdd /internal/failover/ping_windows.go | |
| parent | 8bc76372a7016bbeb4bb16dff1a1962de89b2d02 (diff) | |
Ping windows: Add missing fmt import
Diffstat (limited to 'internal/failover/ping_windows.go')
| -rw-r--r-- | internal/failover/ping_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/failover/ping_windows.go b/internal/failover/ping_windows.go index d6b7703..3f181f5 100644 --- a/internal/failover/ping_windows.go +++ b/internal/failover/ping_windows.go @@ -1,6 +1,7 @@ package failover import ( + "fmt" "net" "golang.org/x/net/icmp" |
