//
pkg.gl
Category
github.com/recallsong/go-utils
container
dic
package
1.1.1
Repository:
https://github.com/recallsong/go-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
179 SLOC
#
Functions
FromJSON
FromJSON 将JSON字符串解析到Dic.
FromMap
FromMap 将map[string]interface{}转换成Dic类型.
New
New 创建Dic.
#
Variables
ErrTypeCast
No description provided by the author
#
Structs
SyncDicPair
SyncDicPair 带锁的Dic类型.
#
Type aliases
Dic
Dic 基于map[string]interface{}定义,更方便使用.