remove trace

This commit is contained in:
biless 2017-05-17 16:06:37 +08:00
parent e694f5cead
commit bd9f2212bb
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ func int64ToIntValue(id int64, tp reflect.Type) reflect.Value {
temp := uint(id)
v = &temp
}
fmt.Println(v)
if tp.Kind() == reflect.Ptr {
return reflect.ValueOf(v).Convert(tp)
}