github.com/andybalholm/brotli@v1.0.6/util.go (about) 1 package brotli 2 3 func assert(cond bool) { 4 if !cond { 5 panic("assertion failure") 6 } 7 }