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
Now ask.For can access the nested data, but cannot modify it directly. In order to modify the data, what I'm doing now is to get the map of the previous level and then modify it.
If ask can provide Set(source interface{}, path string, value interface{}) , it will be easier to do this. Thank you.
The text was updated successfully, but these errors were encountered:
Now
ask.For
can access the nested data, but cannot modify it directly. In order to modify the data, what I'm doing now is to get the map of the previous level and then modify it.If
ask
can provideSet(source interface{}, path string, value interface{})
, it will be easier to do this. Thank you.The text was updated successfully, but these errors were encountered: