gopkg.in/yaml.v2.yaml_event_t.tag (field)
18 uses
gopkg.in/yaml.v2 (current package)
apic.go#L321: tag: tag,
apic.go#L335: tag: tag,
apic.go#L355: tag: tag,
decode.go#L194: n.tag = string(p.event.tag)
emitterc.go#L1152: if len(event.tag) > 0 && (emitter.canonical || (!event.implicit && !event.quoted_implicit)) {
emitterc.go#L1153: if !yaml_emitter_analyze_tag(emitter, event.tag) {
emitterc.go#L1167: if len(event.tag) > 0 && (emitter.canonical || !event.implicit) {
emitterc.go#L1168: if !yaml_emitter_analyze_tag(emitter, event.tag) {
emitterc.go#L1179: if len(event.tag) > 0 && (emitter.canonical || !event.implicit) {
emitterc.go#L1180: if !yaml_emitter_analyze_tag(emitter, event.tag) {
parserc.go#L461: tag: tag,
parserc.go#L483: tag: tag,
parserc.go#L501: tag: tag,
parserc.go#L515: tag: tag,
parserc.go#L529: tag: tag,
parserc.go#L543: tag: tag,
parserc.go#L558: tag: tag,
yamlh.go#L286: tag []byte
 |
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. |