diff --git a/client.go b/client.go index 88a9fa7..22c7ce5 100644 --- a/client.go +++ b/client.go @@ -21,6 +21,7 @@ package main import ( "bytes" "log" + "net" "strings" "sync" "time"