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
Currently, I'm facing an issue. I want to use reflect.StructOf to dynamically build a structure based on a DSL (Domain-Specific Language), but I found that it does not support circular references. I used an unsafe approach to handle this. May I ask if the official implementation supports this?
Proposal Details
Currently, I'm facing an issue. I want to use reflect.StructOf to dynamically build a structure based on a DSL (Domain-Specific Language), but I found that it does not support circular references. I used an unsafe approach to handle this. May I ask if the official implementation supports this?
The text was updated successfully, but these errors were encountered: