bbgo_origin/pkg/strategy/tri/debug_null.go

10 lines
153 B
Go
Raw Normal View History

2024-01-29 07:45:48 +00:00
//go:build !debug
package tri
const debugMode = false
func debug(msg string, args ...any) {}
func debugAssert(expr bool, msg string, args ...any) {}