A helper to merge structs and maps in Golang. Useful for configuration default
values, avoiding messy if-statements.
This package provides symbolic links that alias the following Go import paths to
dario.cat/mergo:
– github.com/imdario/mergo
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
dario.cat/mergo.