xx/assert_disabled.go
2025-12-06 22:33:23 -07:00

7 lines
91 B
Go

//go:build XX_DISABLE_ASSERT
package xx
func Assert(cond bool) {}
func Unreachable() {}