# Functions
ExtractKey will extract keys from container.
Make creates new container from interface, if given argument is already container it will clone its content and return container directly.
MergeDefault will merge default.
MergeOverride will merge with override.
MergeStrict will merge strictly, no collisions.
New returns new container, basically empty map wrapped in gabs.
NewSortMarshaller makes new marshaller with sorting provided in second argument.
ReadDir will read director and parse yaml/json files.
ReadFile reads extension and unmarshal .yaml, .yml, .json to container.
ReadJSON will read data and return new container.
ReadYAML will read yaml and returns its content wrapped in container.
SliceToDotPath converts slice into dot path.
SortMapMarhsaler is one of sorting functions allowing to sorty by "order" which is supplied as a first argument.
Zero returns empty container.
# Type aliases
Containers list of containers, allowing to do some additional magic.
MapSlice of map items.
Merger is function signature allowing merging.
SorterFn is sorting function.