gopkg.in/yaml.v2.yaml_parser_t.stream_end_produced (field)
5 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#L67: if parser.stream_end_produced || parser.error != yaml_NO_ERROR || parser.state == yaml_PARSE_END_STATE {
scannerc.go#L576: if parser.stream_end_produced || parser.error != yaml_NO_ERROR {
scannerc.go#L594: parser.stream_end_produced = true
yamlh.go#L568: stream_end_produced bool // Have we reached the end of the input stream?
 |
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. |