package
0.0.0-20210310035445-5a72c2010943
Repository: https://github.com/vgmdj/utils.git
Documentation: pkg.go.dev
# README
Config
配置设置
读取配置文件进行设置
- 配置文件格式 *.ini
- init函数中初始化
- 可通过对外提供的函数在init中读取配置
读取环境变量进行设置
- 环境变量全大写加下划线形式
赋值给全局变量
- 封装后只有初始化可赋值
- 可读不可写
# Functions
No description provided by the author
# Constants
No description provided by the author