mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-07 16:31:02 +08:00
Initial commit, pt. 47
This commit is contained in:
7
pkg/streamserver/util.go
Normal file
7
pkg/streamserver/util.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package streamserver
|
||||
|
||||
func assert(b bool) {
|
||||
if !b {
|
||||
panic("assertion failed")
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user