7 lines
91 B
Go
7 lines
91 B
Go
//go:build XX_DISABLE_ASSERT
|
|
|
|
package xx
|
|
|
|
func Assert(cond bool) {}
|
|
|
|
func Unreachable() {}
|