Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement better support for embedded/anonymous types #10

Open
mkeeler opened this issue Mar 10, 2020 · 1 comment
Open

Implement better support for embedded/anonymous types #10

mkeeler opened this issue Mar 10, 2020 · 1 comment

Comments

@mkeeler
Copy link
Member

mkeeler commented Mar 10, 2020

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.

@danishprakash
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants