var github.com/imdario/mergo.ErrExpectedMapAsDestination

2 uses

	github.com/imdario/mergo (current package)
		map.go#L166: 			return ErrExpectedMapAsDestination
		mergo.go#L21: 	ErrExpectedMapAsDestination    = errors.New("dst was expected to be a map")