Goadmin不能结合使用pprof吗?

import _ “net/http/pprof”
但是不能访问pprof产生的结果 如 /debug/pprof/ 等

已解决。使用gin框架可引入包"github.com/gin-contrib/pprof", 使用pprof功能