We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075b9df commit 12758d7Copy full SHA for 12758d7
vm/runtime/runtime.go
@@ -81,7 +81,6 @@ func FetchField(from interface{}, field *Field) interface{} {
81
if kind != reflect.Invalid {
82
if kind == reflect.Ptr {
83
v = reflect.Indirect(v)
84
- kind = v.Kind()
85
}
86
// We can use v.FieldByIndex here, but it will panic if the field
87
// is not exists. And we need to recover() to generate a more
0 commit comments