mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-05 16:56:54 +08:00
Refactor(log): use go.uber.org/zap
(#389)
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
registerMountPoint("/debug/pprof/", pprofRouter())
|
||||
registerEndpoint("/debug/pprof/", pprofRouter())
|
||||
}
|
||||
|
||||
func pprofRouter() http.Handler {
|
||||
|
Reference in New Issue
Block a user