package
1.0.33
Repository: https://github.com/eluv-io/common-go.git
Documentation: pkg.go.dev

# Functions

Add adds the given nameValuePairs to the given map.
Copy creates a shallow copy of the given map.
CopyMSI (MSI = Map String Interface) creates a shallow copy of the given map, assumed to have string keys.
From creates a map[string]interface{} and adds all name value pairs to it.
FromJsonStruct creates a generic map from a struct with JSON tags.
SortedKeys returns a slice with the sorted keys of the given map.
SortedStringKeys returns a slice with the sorted keys of the given map[string]*.