Codebase Browser
gotools
Go to App
gotools
/
gopls/internal/cache/
debug.go
// assert panics with the given msg if cond is not true.
func
assert
(
cond
bool
,
msg
string
)
{
…
}