From b3ee981bd1259a5382189915d324d9cf4f8c4177 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Thu, 2 Oct 2025 01:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BE=D1=87=D0=B8=20=D0=BF?= =?UTF-8?q?=D0=BE=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D1=8F=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/checker/checker.go | 1 - cmd/check.go | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/checker/checker.go b/app/checker/checker.go index b27ef8d..8bfc414 100644 --- a/app/checker/checker.go +++ b/app/checker/checker.go @@ -22,7 +22,6 @@ import ( "math/rand" "net/http" "os" - "runtime" "slices" "strings" "sync" diff --git a/cmd/check.go b/cmd/check.go index 1570a5b..155d0d2 100644 --- a/cmd/check.go +++ b/cmd/check.go @@ -11,9 +11,10 @@ import ( "axenov/iptv-checker/app/checker" "encoding/json" "fmt" - "github.com/spf13/cobra" "log" "time" + + "github.com/spf13/cobra" ) // checkCmd represents the file command