From 7a3a73f2a7f2498c61c71f3242a0fcd6c56dfb69 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 29 Mar 2025 14:09:42 +0300 Subject: Fix: code cleaning --- internal/handlers/main.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'internal/handlers/main.go') diff --git a/internal/handlers/main.go b/internal/handlers/main.go index 960b26d..86f5b09 100644 --- a/internal/handlers/main.go +++ b/internal/handlers/main.go @@ -4,7 +4,6 @@ import ( "demoon/config" "demoon/internal/database/repos" "demoon/internal/models" - "demoon/pkg/cache" "html/template" "log/slog" "net/http" @@ -18,7 +17,6 @@ type Handlers struct { cfg config.Config log *slog.Logger repo repos.FullRepo - mc cache.Cache } // NewHandlers constructor @@ -32,7 +30,6 @@ func NewHandlers( cfg: cfg, log: l, repo: repo, - mc: cache.MemCache, } return h } -- cgit v1.2.3