const gopkg.in/yaml.v2.yaml_MAP_TAG

5 uses

	gopkg.in/yaml.v2 (current package)
		decode.go#L258: 	if tag != yaml_SEQ_TAG && tag != yaml_MAP_TAG {
		decode.go#L645: 		d.terror(n, yaml_MAP_TAG, out)
		decode.go#L696: 		d.terror(n, yaml_MAP_TAG, out)
		yamlh.go#L317: 	yaml_MAP_TAG = "tag:yaml.org,2002:map" // The tag !!map is used to denote mapping.
		yamlh.go#L325: 	yaml_DEFAULT_MAPPING_TAG  = yaml_MAP_TAG // The default mapping tag is !!map.