var gopkg.in/yaml.v2.defaultMapType

3 uses

	gopkg.in/yaml.v2 (current package)
		decode.go#L241: 	defaultMapType = reflect.TypeOf(map[interface{}]interface{}{})
		decode.go#L242: 	ifaceType      = defaultMapType.Elem()
		decode.go#L248: 	d := &decoder{mapType: defaultMapType, strict: strict}