From 1361c9d28becf832730d1ddb6c6f5453265e222c Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Thu, 9 Dec 2021 18:10:32 -0800 Subject: [PATCH] Remove unused imports --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 54d63f0..c51c5e8 100644 --- a/main.go +++ b/main.go @@ -26,8 +26,6 @@ import ( "net" "net/http" "os" - "path" - "path/filepath" "strconv" "strings" "time"