This website requires JavaScript.
Explore
Help
Sign In
test1234
/
gitea
forked from
gitea/gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Pull Requests
Activity
bcf45bb162
gitea
/
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"
)
}
}
View Git Blame
Copy Permalink