This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
mirror of
https://github.com/status-im/status-go.git
Watch
2
Star
0
Fork
You've already forked status-go
0
Code
Issues
Projects
Releases
Wiki
Activity
b38e2c9278
status-go
/
vendor
/
github.com
/
andybalholm
/
brotli
/
util.go
8 lines
87 B
Go
Raw
Blame
History
package
brotli
func
assert
(
cond
bool
)
{
if
!
cond
{
panic
(
"assertion failure"
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink