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