Documentation
¶
Overview ¶
Package configparser parsing configuration files into structs.
Works with YAML files, environment variables and default values. The order of importance: env vars > yaml file > default value.
If an empty file name is passed, it will look for a `.config.yml` file in `./`, `$HOME` and `/etc/app/`
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTargetNotPointer godoc ErrTargetNotPointer = errors.New("target is not pointer") // ErrFileDoesNotExist godoc ErrFileDoesNotExist = errors.New("file does not exist") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.