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