const gopkg.in/yaml.v2.yaml_DOCUMENT_START_EVENT
10 uses
gopkg.in/yaml.v2 (current package)
apic.go#L277: typ: yaml_DOCUMENT_START_EVENT,
decode.go#L152: case yaml_DOCUMENT_START_EVENT:
decode.go#L174: p.expect(yaml_DOCUMENT_START_EVENT)
emitterc.go#L143: case yaml_DOCUMENT_START_EVENT:
emitterc.go#L161: case yaml_STREAM_START_EVENT, yaml_DOCUMENT_START_EVENT, yaml_SEQUENCE_START_EVENT, yaml_MAPPING_START_EVENT:
emitterc.go#L314: if event.typ == yaml_DOCUMENT_START_EVENT {
parserc.go#L228: typ: yaml_DOCUMENT_START_EVENT,
parserc.go#L255: typ: yaml_DOCUMENT_START_EVENT,
yamlh.go#L233: yaml_DOCUMENT_START_EVENT // A DOCUMENT-START event.
yamlh.go#L247: yaml_DOCUMENT_START_EVENT: "document start",
![]() |
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. |