From f638848917f44d18df325340827de4b779ac8756 Mon Sep 17 00:00:00 2001 From: Kreato Date: Mon, 6 Jan 2025 18:37:24 +0300 Subject: [PATCH] common/main: remove unused import --- common/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/common/main.go b/common/main.go index 7d334e7..1360edd 100644 --- a/common/main.go +++ b/common/main.go @@ -5,7 +5,6 @@ import ( "fmt" "bufio" "unicode" - "strconv" ) var Config Common