func github.com/imdario/mergo.deepMap

3 uses

	github.com/imdario/mergo (current package)
		map.go#L34: func deepMap(dst, src reflect.Value, visited map[uintptr]*visit, depth int, config *Config) (err error) {
		map.go#L110: 				if err = deepMap(dstElement, srcElement, visited, depth+1, config); err != nil {
		map.go#L175: 	return deepMap(vDst, vSrc, make(map[uintptr]*visit), 0, config)