# README
XDebug
一些调试工具。
Dump 美化输出
Gc 垃圾收集 http endpoint handler
type gc struct{}
func (gc) ServeHTTP(http.ResponseWriter, *http.Request) { ... }
PProf 性能调优
// 注册pprof handler 到 *http.ServeMux上面
func PProfHandlers(h *http.ServeMux)
一些调试工具。
type gc struct{}
func (gc) ServeHTTP(http.ResponseWriter, *http.Request) { ... }
// 注册pprof handler 到 *http.ServeMux上面
func PProfHandlers(h *http.ServeMux)