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
When I try to resolve, where the accessing of the element is the last operation of the expression I get the array of friends and not the element in the array of friends which is on the 0-th index.
result := m.Get("inviter.Friends[0]")
reflect.Typeof(result) //[]people.Friend (array of Friend and not a single friend)
The text was updated successfully, but these errors were encountered:
When I try to resolve, where the accessing of the element is the last operation of the expression I get the array of friends and not the element in the array of friends which is on the 0-th index.
The text was updated successfully, but these errors were encountered: