로그 추가
This commit is contained in:
@ -356,6 +356,7 @@ func ConvertInterface(from interface{}, toType reflect.Type) reflect.Value {
|
|||||||
return reflect.ValueOf(val)
|
return reflect.ValueOf(val)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.Println("ConvertInterface :", fromtype.String(), toType.String(), toType.Kind().String())
|
||||||
return fromrv.Convert(toType)
|
return fromrv.Convert(toType)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user