package
1.1.1
Repository: https://github.com/recallsong/go-utils.git
Documentation: pkg.go.dev

# Functions

FromJSON 将JSON字符串解析到Dic.
FromMap 将map[string]interface{}转换成Dic类型.
New 创建Dic.

# Variables

No description provided by the author

# Structs

SyncDicPair 带锁的Dic类型.

# Type aliases

Dic 基于map[string]interface{}定义,更方便使用.