diff --git a/hook/ezprof.go b/hook/ezprof.go deleted file mode 100644 index 401d402..0000000 --- a/hook/ezprof.go +++ /dev/null @@ -1,10 +0,0 @@ -package ezprof - -import "net/http" -import _ "net/http/pprof" - -func init () { - go func () { - http.ListenAndServe("localhost:8888", nil) - } () -}