@ -0,0 +1,11 @@
package x
import (
"errors"
)
func Assert(cond bool, msg string) {
if cond {
panic(errors.New(msg))
}
The note is not visible to the blocked user.