bbgo/pkg/strategy/tri/debug_null.go

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) {}