package
1.0.3
Repository: https://github.com/jerryharbour/libgo.git
Documentation: pkg.go.dev

# README

What is configurator?

Configurator is a complete configuration solution. It is designed to work within an application, It supports:

  • reading from JSON, YAML, INI config files

# Functions

New returns an initialized confor instance.
ReadConfig will load the configuration file form disk, and key/value stores.
SetConfigFile set the explicitly config file with the path, name and extension.

# Structs

Confor is a configuration, it maintains a set of configuration sources, fetches values.