package
Version:
v1.2.0-image
Opens a new window with list of versions in this module.
Published: Aug 22, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func LoadJsonOrYaml(filename string, addr interface{}) error
Loads either a YAML or JSON file from the specified path and deserialises it into the provided interface.
func Merge(in1 *map[string]interface{}, in2 *map[string]interface{}) *map[string]interface{}
Merges two maps together. Values from the second map override values in the first map.
The returned map is new if anything was changed.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.