Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timestee authored Jan 7, 2022
1 parent f21d663 commit c0b647e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# XCONF

Golang配置文件加载解析, [goconf](https://github.com//timestee/goconf) v2,扩充了功能支持。


[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sandwich-go/xconf/CI?style=flat-square)](https://github.com/sandwich-go/xconf/actions?query=workflow%3ACI)
![Go Version](https://img.shields.io/badge/go%20version-%3E=1.14-61CFDD.svg?style=flat-square)
[![Go Report Card](https://goreportcard.com/badge/github.com/sandwich-go/xconf)](https://goreportcard.com/report/github.com/sandwich-go/xconf)
[![GoDoc](https://godoc.org/github.com/sandwich-go/xconf?status.svg)](https://godoc.org/github.com/sandwich-go/xconf)

Golang配置文件加载解析, [goconf](https://github.com//timestee/goconf) v2,扩充了功能支持。

## 功能简介
- 支持默认值配置、解析
- 支持多种格式,内置JSON, TOML, YAML,FLAG, ENV支持,并可注册解码器扩展格式支持
Expand Down

0 comments on commit c0b647e

Please sign in to comment.