# README
go-config
# Functions
Add 新增配置项.
Env 读取环境变量,支持默认值.
Get 获取配置项,允许使用点式获取,如:app.name.
No description provided by the author
No description provided by the author
No description provided by the author
GetInt 获取 Int 类型的配置信息.
No description provided by the author
GetInt64 获取 Int64 类型的配置信息.
No description provided by the author
GetString 获取 String 类型的配置信息.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetUint 获取 Uint 类型的配置信息.
No description provided by the author
No description provided by the author
No description provided by the author
Reload 重新加载配置.
Set 设置配置项目.
No description provided by the author
# Structs
No description provided by the author
# Type aliases
StrMap 简写 —— map[string]interface{}.