Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Map ¶
func Map[K comparable, V any](maps ...map[K]V) map[K]V
Map takes multiple map[string]any arguments and merges them into a single map. If the same key appears in multiple input maps, the value from the last map containing the key will be used in the resulting merged map.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.