bbgo_origin/pkg/strategy/tri/debug_null.go
2024-01-29 15:45:48 +08:00

10 lines
153 B
Go

//go:build !debug
package tri
const debugMode = false
func debug(msg string, args ...any) {}
func debugAssert(expr bool, msg string, args ...any) {}