type gopkg.in/yaml.v2.yaml_document_t

3 uses

	gopkg.in/yaml.v2 (current package)
		yamlh.go#L384: type yaml_document_t struct {
		yamlh.go#L595: 	document *yaml_document_t // The currently parsed document.
		yamlh.go#L738: 	document *yaml_document_t // The currently emitted document.