Ejemplo n.º 1
0
func (c *C) logArgPanic(funcValue *reflect.FuncValue, expectedType string) {
	c.logf("... Panic: %s argument should be %s",
		niceFuncName(funcValue.Get()), expectedType)
}