From 6618c0b6c2ebf69fb1d400d85462d8b8434ced78 Mon Sep 17 00:00:00 2001 From: june Date: Fri, 19 Jul 2024 18:41:02 +0800 Subject: [PATCH] =?UTF-8?q?[2024-07-19](UPDATE):=20=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- corelib/template.go | 1 - 1 file changed, 1 deletion(-) diff --git a/corelib/template.go b/corelib/template.go index 43a77d4..a4c6e60 100644 --- a/corelib/template.go +++ b/corelib/template.go @@ -41,5 +41,4 @@ func TemplateHandler(w http.ResponseWriter, data any, name string, filenames ... Logger.Errorf("Error executing template: %v", err) http.Error(w, "Error executing template", http.StatusInternalServerError) } - }