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
11
Commits
1
Branch
0
Tags
a132c01de6c005431e5b169fe34d3fc6c75f3862
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
白茶清欢
a132c01de6
优化帮助文档的处理
2024-11-08 17:06:14 +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
优化帮助文档的处理
2024-11-08 17:06:14 +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%