const gopkg.in/yaml.v2.yaml_STREAM_END_TOKEN
8 uses
gopkg.in/yaml.v2 (current package)
parserc.go#L57: parser.stream_end_produced = parser.tokens[parser.tokens_head].typ == yaml_STREAM_END_TOKEN
parserc.go#L219: token.typ != yaml_STREAM_END_TOKEN {
parserc.go#L233: } else if token.typ != yaml_STREAM_END_TOKEN {
parserc.go#L291: token.typ == yaml_STREAM_END_TOKEN {
scannerc.go#L593: if token.typ == yaml_STREAM_END_TOKEN {
scannerc.go#L1042: typ: yaml_STREAM_END_TOKEN,
yamlh.go#L117: yaml_STREAM_END_TOKEN // A STREAM-END token.
yamlh.go#L150: case yaml_STREAM_END_TOKEN:
![]() |
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. |