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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 (