From b7ddbaf6878b5f1eeeecfc0f09ffc520fbbbbe9b Mon Sep 17 00:00:00 2001 From: Eugene Ponizovsky Date: Thu, 11 Apr 2024 01:21:28 +0200 Subject: [PATCH] Updated README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d1ff832..6da1602 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,12 @@ [![GoDoc](https://godoc.org/github.com/iph0/conf?status.svg)](https://godoc.org/github.com/iph0/conf/v2) [![Build Status](https://travis-ci.org/iph0/conf.svg?branch=master)](https://travis-ci.org/iph0/conf) [![Go Report Card](https://goreportcard.com/badge/github.com/iph0/conf)](https://goreportcard.com/report/github.com/iph0/conf) Package conf is an extensible solution for cascading configuration. Package conf -provides configuration processor that can load configuration layers from -different sources and merges them into the one configuration tree. In addition -configuration processor can expand references on configuration parameters in -string values and process $ref and $include directives in resulting configuration -tree. Package conf comes with built-in configuration loaders: fileconf and -envconf, and can be extended by third-party configuration loaders. Package conf -do not watch for configuration changes, but you can implement this feature in -the custom configuration loader. You can find full example in repository. +provides configuration processor, that can load configuration layers from +different sources and merges them into the one configuration tree. Package conf +comes with built-in configuration loaders: fileconf and envconf, and can be +extended by third-party configuration loaders. Package conf do not watch for +configuration changes, but you can implement this feature in the custom +configuration loader. You can find full example in repository. See full documentation on [GoDoc](https://godoc.org/github.com/iph0/conf/v2) for more information.