Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iph0 committed Apr 10, 2024
1 parent b728f1f commit b7ddbaf
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b7ddbaf

Please sign in to comment.