You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reflect: improve panic when MapIter has no associated map Value
it := new(reflect.MapIter)
it.Next()
This generates a nil pointer dereference panic from reflect.Value.pointer.
Generate a clearer panic.
For golang#46293
Change-Id: I32a22c797e1ba3a7b4e70b38ceb4dedb44d264fa
0 commit comments