Files
axis_timelapse/vendor/github.com/andybalholm/brotli/util.go
William Gill eafa75614e getting there
2025-10-05 21:54:09 +00:00

8 lines
87 B
Go

package brotli
func assert(cond bool) {
if !cond {
panic("assertion failure")
}
}