ask icon indicating copy to clipboard operation
ask copied to clipboard

A Go package that provides a simple way of accessing nested properties in maps and slices.

Results 1 ask issues
Sort by recently updated
recently updated
newest added

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...