qbtrade/pkg/strategy/tri/debug_null.go

10 lines
153 B
Go
Raw Normal View History

2024-06-27 14:42:38 +00:00
//go:build !debug
package tri
const debugMode = false
func debug(msg string, args ...any) {}
func debugAssert(expr bool, msg string, args ...any) {}