gopkg.in/yaml.v2.yaml_event_t.version_directive (field)
7 uses
gopkg.in/yaml.v2 (current package)
apic.go#L278: version_directive: version_directive,
emitterc.go#L316: if event.version_directive != nil {
emitterc.go#L317: if !yaml_emitter_analyze_version_directive(emitter, event.version_directive) {
emitterc.go#L344: if emitter.open_ended && (event.version_directive != nil || len(event.tag_directives) > 0) {
emitterc.go#L353: if event.version_directive != nil {
parserc.go#L258: version_directive: version_directive,
yamlh.go#L277: version_directive *yaml_version_directive_t
![]() |
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. |