remove some readmes

This commit is contained in:
Asim Aslam
2019-07-04 11:15:54 +01:00
parent 2644497ccb
commit 00ba1655ca
3 changed files with 1 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
# Config [![GoDoc](https://godoc.org/github.com/micro/go-micro/config?status.svg)](https://godoc.org/github.com/micro/go-micro/config)
Go Config is a pluggable dynamic config library.
Config is a pluggable dynamic config package
Most config in applications are statically configured or include complex logic to load from multiple sources.
Go Config makes this easy, pluggable and mergeable. You'll never have to deal with config in the same way again.