From 30814162ac16a9bfc54f435bf5bece2c8aa2d4b1 Mon Sep 17 00:00:00 2001 From: xgfone Date: Thu, 14 May 2020 23:20:13 +0800 Subject: [PATCH] update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 8c919f3..96548ab 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,6 @@ An extensible and powerful go configuration manager, which is inspired by [oslo. $ go get -u github.com/xgfone/gconf/v5 ``` -### V3 -```shell -$ go1.x get -u github.com/xgfone/gconf -$ go1.11 get -u github.com/xgfone/gconf@v3.7.0 -$ go1.12 get -u github.com/xgfone/gconf@v3.7.0 -$ GONOSUMDB="*" go1.13 get -u github.com/xgfone/gconf@v3.7.0 -``` ## Goal @@ -30,6 +23,7 @@ Source is used to read the configuration data. You can load lots of sources to r **Notice:** If the source supports the watcher, it will add it to watch the changed of the source data automatically. + ## Decoder The source reads the original data, that's `[]byte`, and it must be decoded. The default has implemented the `json`, `yaml`, `toml` and `INI` decoders.