Install:
go get github.com/muir/nflex
Nflex is a common wrapper around multiple configuration file unpackers. It is lower-level than
just unpacking into an map[string]interface{}
and thus avoids adding incorrect type information
to YAML files that are parsed that way.
It currently supports:
- YAML
- JSON
It supports merging data from multiple files.