Discover Packages
github.com/eyecuelab/kit
maputil
package
Version:
v0.0.0-...-2c24670
Opens a new window with list of versions in this module.
Published: Feb 23, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package maputil contains utility functions for working with the map[string]interface{} type.
The stringmap subpackage contains utility functions for working with the map[string]string type
Copy returns a copy of the map
Keys returns the keys of the map as a slice. No order is guaranted.
SortedKeys returns the keys of the map sorted in the usual (lexigraphic) order.
func Vals(m map[string ]interface{}) []interface{}
Vals returns the values of the map as a slice. No order is guaranteed.
Source Files
¶
Directories
¶
Package stringmap contains utility functions for working with the map[string]string type
Package stringmap contains utility functions for working with the map[string]string type
Click to show internal directories.
Click to hide internal directories.