Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone authored Sep 12, 2019
1 parent ef6bbe4 commit af04eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gconf [![Build Status](https://travis-ci.org/xgfone/gconf.svg?branch=master)](https://travis-ci.org/xgfone/gconf) [![GoDoc](https://godoc.org/github.com/xgfone/gconf?status.svg)](http://godoc.org/github.com/xgfone/gconf) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://raw.githubusercontent.com/xgfone/gconf/master/LICENSE)
An extensible and powerful go configuration manager, which is inspired by [oslo.config](https://github.com/openstack/oslo.config), [github.com/micro/go-micro/config](https://github.com/micro/go-micro/tree/master/config) and [viper](https://github.com/spf13/viper).

The current version is `v4` to support Semantic Import Versioning, which requires `Go1.11+`. See [DOC](https://godoc.org/github.com/xgfone/gconf).
The current version is `v4` to support **Semantic Import Versioning**, which requires `Go1.11+`. See [DOC](https://godoc.org/github.com/xgfone/gconf).

## Install
```shell
Expand Down

0 comments on commit af04eb8

Please sign in to comment.