From 111669084a1de5708c8fc3962cd7c1fe4b00271f Mon Sep 17 00:00:00 2001 From: julien Date: Wed, 18 Jun 2025 16:05:16 +0200 Subject: [PATCH] up --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 231cd5f..011678b 100644 --- a/main.go +++ b/main.go @@ -6,9 +6,7 @@ import ( "app/shelfly/internal/library" "app/shelfly/internal/route" "log" - "net" "net/http" - "time" "github.com/gorilla/mux" )