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
For something like a large map[interface{}]interface{}, it can be difficult to see at a glance which elements are keys and which are values. Perhaps there's a way to number the key/value pairs, and display the key and value for each pair on their own adjacent lines?
Example:
For something like a large
map[interface{}]interface{}, it can be difficult to see at a glance which elements are keys and which are values. Perhaps there's a way to number the key/value pairs, and display the key and value for each pair on their own adjacent lines?