From 7a6f71ac73b41a38e9982bea3d46a87c327bd77a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 22 Mar 2025 13:17:55 +0800 Subject: Initial linting --- http_handle_gc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http_handle_gc.go') diff --git a/http_handle_gc.go b/http_handle_gc.go index b00ef8a..5f98d0e 100644 --- a/http_handle_gc.go +++ b/http_handle_gc.go @@ -8,7 +8,7 @@ import ( "runtime" ) -func httpHandleGC(w http.ResponseWriter, r *http.Request, params map[string]any) { +func httpHandleGC(w http.ResponseWriter, r *http.Request, _ map[string]any) { runtime.GC() http.Redirect(w, r, "/", http.StatusSeeOther) } -- cgit v1.2.3