From 7274b1f6c92a46eb50cc4fdc907542f3da7ad6d9 Mon Sep 17 00:00:00 2001 From: Quoc-Viet Nguyen Date: Fri, 20 Mar 2015 00:40:37 +1000 Subject: [PATCH] net/http/pprof: Correct body tag in index template The body tag in the pprof template was misplaced. Change-Id: Icd7948b358f52df1acc7e033ab27a062990ef977 Reviewed-on: https://go-review.googlesource.com/7795 Reviewed-by: Brad Fitzpatrick --- src/net/http/pprof/pprof.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/http/pprof/pprof.go b/src/net/http/pprof/pprof.go index 61ac67f3b1..02cde50535 100644 --- a/src/net/http/pprof/pprof.go +++ b/src/net/http/pprof/pprof.go @@ -222,9 +222,9 @@ var indexTmpl = template.Must(template.New("index").Parse(` /debug/pprof/ + /debug/pprof/

- profiles:
{{range .}} -- 2.48.1