const gopkg.in/yaml.v2.yaml_DOCUMENT_END_EVENT
7 uses
gopkg.in/yaml.v2 (current package)
apic.go#L287: typ: yaml_DOCUMENT_END_EVENT,
decode.go#L176: p.expect(yaml_DOCUMENT_END_EVENT)
emitterc.go#L163: case yaml_STREAM_END_EVENT, yaml_DOCUMENT_END_EVENT, yaml_SEQUENCE_END_EVENT, yaml_MAPPING_END_EVENT:
emitterc.go#L433: if event.typ != yaml_DOCUMENT_END_EVENT {
parserc.go#L325: typ: yaml_DOCUMENT_END_EVENT,
yamlh.go#L234: yaml_DOCUMENT_END_EVENT // A DOCUMENT-END event.
yamlh.go#L248: yaml_DOCUMENT_END_EVENT: "document end",
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |