From cfb6e5f6da9d7224e444a3352f5330b59128dfdf Mon Sep 17 00:00:00 2001 From: Shiwen Cheng Date: Sun, 29 Sep 2024 14:38:15 +0800 Subject: [PATCH] chore: go fmt --- services/meta/pprof.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/meta/pprof.go b/services/meta/pprof.go index a5a0f98..d4f677b 100644 --- a/services/meta/pprof.go +++ b/services/meta/pprof.go @@ -26,7 +26,7 @@ func (h *handler) handleProfiles(w http.ResponseWriter, r *http.Request) { case "/debug/pprof/all": h.archiveProfiles(w, r) case "/debug/pprof": - // Redirect to /debug/pprof/ to avoid jumping to a blank page + // Redirect to /debug/pprof/ to avoid jumping to a blank page // after clicking the links on the /debug/pprof webpage. http.Redirect(w, r, "/debug/pprof/", http.StatusFound) default: