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