source: code/trunk/vendor/github.com/andybalholm/brotli/util.go@ 145

Last change on this file since 145 was 145, checked in by Izuru Yakumo, 22 months ago

Updated the Makefile and vendored depedencies

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 87 bytes
RevLine 
[145]1package brotli
2
3func assert(cond bool) {
4 if !cond {
5 panic("assertion failure")
6 }
7}
Note: See TracBrowser for help on using the repository browser.