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