const gopkg.in/yaml.v2.yaml_STREAM_START_EVENT
7 uses
gopkg.in/yaml.v2 (current package)
apic.go#L257: typ: yaml_STREAM_START_EVENT,
decode.go#L69: p.expect(yaml_STREAM_START_EVENT)
emitterc.go#L161: case yaml_STREAM_START_EVENT, yaml_DOCUMENT_START_EVENT, yaml_SEQUENCE_START_EVENT, yaml_MAPPING_START_EVENT:
emitterc.go#L274: if event.typ != yaml_STREAM_START_EVENT {
parserc.go#L184: typ: yaml_STREAM_START_EVENT,
yamlh.go#L231: yaml_STREAM_START_EVENT // A STREAM-START event.
yamlh.go#L245: yaml_STREAM_START_EVENT: "stream 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. |