const gopkg.in/yaml.v2.yaml_STREAM_END_EVENT
8 uses
gopkg.in/yaml.v2 (current package)
apic.go#L265: typ: yaml_STREAM_END_EVENT,
decode.go#L88: if p.event.typ == yaml_STREAM_END_EVENT {
decode.go#L154: case yaml_STREAM_END_EVENT:
emitterc.go#L163: case yaml_STREAM_END_EVENT, yaml_DOCUMENT_END_EVENT, yaml_SEQUENCE_END_EVENT, yaml_MAPPING_END_EVENT:
emitterc.go#L406: if event.typ == yaml_STREAM_END_EVENT {
parserc.go#L268: typ: yaml_STREAM_END_EVENT,
yamlh.go#L232: yaml_STREAM_END_EVENT // A STREAM-END event.
yamlh.go#L246: yaml_STREAM_END_EVENT: "stream 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. |