Documentation ¶ Index ¶ func ToStringMap(original map[any]any) map[string]any Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ToStringMap ¶ func ToStringMap(original map[any]any) map[string]any ToStringMap turns the Keys of a map[any]any into string keys. Keys will be transformed using fmt.Sprint. This function works recursively, so nested maps will be converted as well. Types ¶ This section is empty. Source Files ¶ View all Source files maps.go Click to show internal directories. Click to hide internal directories.