//
pkg.gl
Category
github.com/why444216978/go-util
maps
package
1.0.30
Repository:
https://github.com/why444216978/go-util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
73 SLOC
#
Functions
GetKeyList
GetKeyList 获得map的key列表.
GetMapList
GetMapList 获得map某个key对应值列表.
GetStringValueList
GetStringValueList 获得字符串map值列表.
KeySort
KeySort map按照key排序,解决map随机迭代问题.
MergeInt
MergeInt 合并int类型的map.
MergeInterface
MergeInterface 合并interface类型的map.
MergeString
MergeString 合并string类型的map.