This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
gitea
mirror of
https://github.com/go-gitea/gitea.git
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
366ce66cad
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"
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink