mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
10 lines
153 B
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) {}
|