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.