mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 19:21:52 +08:00
10 lines
130 B
Go
10 lines
130 B
Go
//go:build !debug
|
|
// +build !debug
|
|
|
|
package debug
|
|
|
|
// 生产版本:pprof 完全不编译进来
|
|
|
|
func Start() {}
|
|
func Stop() {}
|