Commit bc83042b authored by Russ Cox's avatar Russ Cox

godoc: export pprof debug information

R=gri
CC=golang-dev
https://golang.org/cl/784041
parent c72fb374
...@@ -30,6 +30,7 @@ import ( ...@@ -30,6 +30,7 @@ import (
"flag" "flag"
"fmt" "fmt"
"http" "http"
_ "http/pprof"
"io" "io"
"log" "log"
"os" "os"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment