AHH
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package ezprof
|
||||
|
||||
import "net/http"
|
||||
import _ "net/http/pprof"
|
||||
|
||||
func init () {
|
||||
go func () {
|
||||
http.ListenAndServe("localhost:8888", nil)
|
||||
} ()
|
||||
}
|
||||
Reference in New Issue
Block a user