Discover Packages
github.com/Mrpye/golib
map_utils
package
Version:
v0.2.2
Opens a new window with list of versions in this module.
Published: Mar 27, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package of utilities for working with maps
func CopyMap(m map[string ]interface{}) map[string ]interface{}
CopyMap takes a map of strings to interfaces and returns a copy of that map
with all the values copied as well.
- m: the map to copy
- returns: a copy of the map
Source Files
¶
Click to show internal directories.
Click to hide internal directories.