From 11b62aa1f099cd0a11f9b302b868e4dfa80e675c Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Fri, 14 Mar 2025 13:58:54 +0100 Subject: [PATCH] Fix build error --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 81a43c3..733e903 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,6 @@ import ( "net/http" "os" "os/exec" - "strconv" "strings" "sync" "time"