https://github.com/uerax/goconf
golang配置文件解析工具 支持toml,yaml ini格式解析
https://github.com/uerax/goconf
configuration-management golang ini toml yaml
Last synced: about 2 months ago
JSON representation
golang配置文件解析工具 支持toml,yaml ini格式解析
- Host: GitHub
- URL: https://github.com/uerax/goconf
- Owner: uerax
- License: mit
- Created: 2022-01-27T06:33:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T18:50:17.000Z (5 months ago)
- Last Synced: 2025-02-12T20:32:19.520Z (4 months ago)
- Topics: configuration-management, golang, ini, toml, yaml
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Detail
golang 多配置文件读取 支持ini,toml,yaml,json格式# Usage
``` golang
go get github.com/uerax/goconf
cm := DefaultConfigManager()
cm.Load(path, struct)
```