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_index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http_handle_index.go') diff --git a/http_handle_index.go b/http_handle_index.go index 2fc99a6..360c033 100644 --- a/http_handle_index.go +++ b/http_handle_index.go @@ -22,7 +22,7 @@ func httpHandleIndex(w http.ResponseWriter, r *http.Request, params map[string]a params["groups"] = groups // Memory currently allocated - memstats := runtime.MemStats{} + memstats := runtime.MemStats{} //exhaustruct:ignore runtime.ReadMemStats(&memstats) params["mem"] = humanize.IBytes(memstats.Alloc) renderTemplate(w, "index", params) -- cgit v1.2.3