This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
svi
/
prolet
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
1a6cd38384
Ramuri
Etichete
main
prolet
/
vendor
/
github.com
/
andybalholm
/
brotli
/
util.go
util.go
87 B
Istoric
Crud
1
2
3
4
5
6
7
package brotli
func assert(cond bool) {
if !cond {
panic("assertion failure")
}
}