Skip to content

Issue when resolving array elements as the last element of the expression #88

@Echolz

Description

@Echolz

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions