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
Right now you have to use the <embedded struct type name>.<field name> to select an field in an embedded type. In Go we can elide the type name and just select the field name so go-bexpr should allow similar things.
The text was updated successfully, but these errors were encountered:
@mkeeler I don't see any labels (and sorry for the noise on other issues too) but would this be a good issue for a newcomer to the project to work on? thanks
Right now you have to use the
<embedded struct type name>.<field name>
to select an field in an embedded type. In Go we can elide the type name and just select the field name so go-bexpr should allow similar things.The text was updated successfully, but these errors were encountered: