From 8e1df7a55a4abc1866dd56ff0f1663da2eb81731 Mon Sep 17 00:00:00 2001 From: engigu Date: Wed, 11 Mar 2026 17:40:22 +0800 Subject: [PATCH] feat: server static with localfile -- docker -- remove useless --- internal/router/static_routes.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/router/static_routes.go b/internal/router/static_routes.go index a17c00e..8d23be2 100644 --- a/internal/router/static_routes.go +++ b/internal/router/static_routes.go @@ -3,7 +3,6 @@ package router import ( "compress/gzip" "io" - "io/fs" "mime" "net/http" "path/filepath"