This website requires JavaScript.
Explore
Help
Sign In
zhangdeman
/
config
Watch
1
Star
0
Fork
0
You've already forked config
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
14
Commits
1
Branch
0
Tags
3a694a1e90eddfd3763ffdd0657a98555123173c
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
白茶清欢
3a694a1e90
merge update
2024-11-25 18:29:10 +08:00
.gitignore
init
2024-11-05 16:20:21 +08:00
go.mod
完成参数解析
2024-11-08 16:24:33 +08:00
go.sum
完成参数解析
2024-11-08 16:24:33 +08:00
init_test.go
配置初始化 : 规划使用viper完成
2024-11-07 18:47:44 +08:00
init.go
merge update
2024-11-25 18:29:10 +08:00
LICENSE
Initial commit
2024-11-05 16:15:52 +08:00
README.md
Initial commit
2024-11-05 16:15:52 +08:00
README.md
config
配置文件初始化,支持多数据源输入, 包括 :配置文件,环境变量,命令行参数,优先级 :命令行参数 > 环境变量 > 配置文件
Description
配置文件初始化,支持多数据源输入, 包括 :配置文件,环境变量,命令行参数,优先级 :命令行参数 > 环境变量 > 配置文件
Readme
51
KiB
Languages
Go
100%