mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-09-28 20:32:10 +08:00
8 lines
81 B
Go
8 lines
81 B
Go
package streamd
|
|
|
|
func assert(b bool) {
|
|
if !b {
|
|
panic("assertion failed")
|
|
}
|
|
}
|