From 042c8b01c1111800475fb4041a106560f3e77d37 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 27 May 2020 08:10:19 +0200 Subject: [PATCH] remove accidentally added fmt import --- client_linux.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client_linux.go b/client_linux.go index 3cb1bb3..fcbfe74 100644 --- a/client_linux.go +++ b/client_linux.go @@ -5,7 +5,6 @@ package wifi import ( "bytes" "errors" - "fmt" "net" "os" "time"