gopkg.in/yaml.v2.parser.expect (method)
10 uses
gopkg.in/yaml.v2 (current package)
decode.go#L69: p.expect(yaml_STREAM_START_EVENT)
decode.go#L82: func (p *parser) expect(e yaml_event_type_t) {
decode.go#L174: p.expect(yaml_DOCUMENT_START_EVENT)
decode.go#L176: p.expect(yaml_DOCUMENT_END_EVENT)
decode.go#L187: p.expect(yaml_ALIAS_EVENT)
decode.go#L197: p.expect(yaml_SCALAR_EVENT)
decode.go#L204: p.expect(yaml_SEQUENCE_START_EVENT)
decode.go#L208: p.expect(yaml_SEQUENCE_END_EVENT)
decode.go#L215: p.expect(yaml_MAPPING_START_EVENT)
decode.go#L219: p.expect(yaml_MAPPING_END_EVENT)
![]() |
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. |