source:
code/trunk/vendor/github.com/andybalholm/brotli/util.go@
145
Last change on this file since 145 was 145, checked in by , 22 months ago | |
---|---|
File size: 87 bytes |
Rev | Line | |
---|---|---|
[145] | 1 | package brotli |
2 | ||
3 | func assert(cond bool) { | |
4 | if !cond { | |
5 | panic("assertion failure") | |
6 | } | |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.