cchat-gtk/profile.go

16 lines
266 B
Go
Raw Normal View History

2020-11-06 04:01:00 +00:00
// Code generated by goprofiler. DO NOT EDIT.
package main
import (
2020-11-06 04:01:00 +00:00
"net/http"
_ "net/http/pprof"
)
func init() {
2020-11-06 04:01:00 +00:00
go func() {
println("Serving HTTP at 127.0.0.1:48574 for profiler at /debug/pprof")
panic(http.ListenAndServe("127.0.0.1:48574", nil))
}()
}