refactor: 移动debug模块到common/debug子包

This commit is contained in:
ZacharyZcR
2026-01-19 14:15:05 +08:00
parent e65211e777
commit 6d7fea3cee
4 changed files with 17 additions and 28 deletions
+9
View File
@@ -0,0 +1,9 @@
//go:build !debug
// +build !debug
package debug
// 生产版本:pprof 完全不编译进来
func Start() {}
func Stop() {}