gopkg.in/yaml.v2.yaml_event_t.tag_directives (field)
9 uses
gopkg.in/yaml.v2 (current package)
apic.go#L279: tag_directives: tag_directives,
emitterc.go#L322: for i := 0; i < len(event.tag_directives); i++ {
emitterc.go#L323: tag_directive := &event.tag_directives[i]
emitterc.go#L344: if emitter.open_ended && (event.version_directive != nil || len(event.tag_directives) > 0) {
emitterc.go#L366: if len(event.tag_directives) > 0 {
emitterc.go#L368: for i := 0; i < len(event.tag_directives); i++ {
emitterc.go#L369: tag_directive := &event.tag_directives[i]
parserc.go#L259: tag_directives: tag_directives,
yamlh.go#L280: tag_directives []yaml_tag_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. |