diff --git a/services/httpd/pprof.go b/services/httpd/pprof.go index 485413f..744ce1c 100644 --- a/services/httpd/pprof.go +++ b/services/httpd/pprof.go @@ -30,7 +30,7 @@ func (h *Handler) handleProfiles(w http.ResponseWriter, r *http.Request) { case "/debug/pprof/all": h.archiveProfilesAndQueries(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: