OOps
This commit is contained in:
parent
fc0de81215
commit
401cba8360
@ -5,7 +5,7 @@ import _ "net/http/pprof"
|
||||
|
||||
func Prof () {
|
||||
go func () {
|
||||
err := http.ListenAndServe("localhost:9090", nil)
|
||||
err := http.ListenAndServe("localhost:8888", nil)
|
||||
if err != nil { panic(err.Error()) }
|
||||
} ()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user