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
Hey @TateDeng thanks for bringing this to my attention 🙇🏻
I'll try to find time to look into it, indeed. In the meantime, if you have ideas of how to contribute the feature yourself, feel free to open a pr 👍🏻
@oleiade I was thinking to support . in the name, tagValue params of all exported functions, e.g. MyEmbeddedStruct.EmbeddedField for below case, what do you think?
Is possible to get embeeded struct field for example
struct A {
Person Person
}
struct Person {
fields....
}
I need to get person fields without use direct struct
The text was updated successfully, but these errors were encountered: