const gopkg.in/yaml.v2.yaml_NULL_TAG

4 uses

	gopkg.in/yaml.v2 (current package)
		decode.go#L298: 	if n.tag == yaml_NULL_TAG || n.kind == scalarNode && n.tag == "" && (n.value == "null" || n.value == "~" || n.value == "" && n.implicit) {
		resolve.go#L43: 		{nil, yaml_NULL_TAG, []string{"", "~", "null", "Null", "NULL"}},
		resolve.go#L78: 	case "", yaml_STR_TAG, yaml_BOOL_TAG, yaml_INT_TAG, yaml_FLOAT_TAG, yaml_NULL_TAG, yaml_TIMESTAMP_TAG:
		yamlh.go#L309: 	yaml_NULL_TAG      = "tag:yaml.org,2002:null"      // The tag !!null with the only possible value: null.