Documentation
¶
Overview ¶
This package provides functions to interact with configuration files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeWithDefault ¶
func MergeWithDefault(defaultMap map[interface{}]interface{}, userMap map[interface{}]interface{}) map[interface{}]interface{}
MergeWithDefault merges a provided configuration with a provided default configuration.
If you have a user/app provided configuration that does not contain the full configuration, you can use this function to merge the user/app provided configuration with the default configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.