This commit is contained in:
Sasha Koshka 2023-03-08 20:18:13 -05:00
parent 685dc3ec6c
commit 4cd4374e38
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
package ezprof
import "net/http"
import _ "net/http/pprof"
func init () {
go func () {
http.ListenAndServe("localhost:8888", nil)
} ()
}