Files
fscan/common/debug/stub.go
2026-01-19 14:15:05 +08:00

10 lines
130 B
Go
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//go:build !debug
// +build !debug
package debug
// 生产版本pprof 完全不编译进来
func Start() {}
func Stop() {}