hashicorp / hashicorp/go-bexpr
Implement better support for embedded/anonymous types
Open
- Dominant language
- Go
- Stars
- 123
- Forks
- 17
- Avg merge
- 7h 36m
- Merged PRs (30d)
- 3
Description
Right now you have to use the `.` 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.
Contributor guide
Assessment
This issue has not been assessed yet.