Update pprof.go

This commit is contained in:
Asim Aslam
2020-08-07 12:18:01 +01:00
committed by GitHub
parent d61cbd29db
commit 37cc7fda92

View File

@@ -1,4 +1,4 @@
// Package pprof provides a pprof profiler
// Package pprof provides a pprof profiler which writes output to /tmp/[name].{cpu,mem}.pprof
package pprof
import (