// assert panics with the given msg if cond is not true. func assert(cond bool, msg string) { … } type bailout …