remove trace
This commit is contained in:
parent
e694f5cead
commit
bd9f2212bb
|
@ -227,7 +227,7 @@ func int64ToIntValue(id int64, tp reflect.Type) reflect.Value {
|
||||||
temp := uint(id)
|
temp := uint(id)
|
||||||
v = &temp
|
v = &temp
|
||||||
}
|
}
|
||||||
fmt.Println(v)
|
|
||||||
if tp.Kind() == reflect.Ptr {
|
if tp.Kind() == reflect.Ptr {
|
||||||
return reflect.ValueOf(v).Convert(tp)
|
return reflect.ValueOf(v).Convert(tp)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue