const gopkg.in/yaml.v2.yaml_TAG_DIRECTIVE_TOKEN
7 uses
gopkg.in/yaml.v2 (current package)
parserc.go#L217: token.typ != yaml_TAG_DIRECTIVE_TOKEN &&
parserc.go#L288: token.typ == yaml_TAG_DIRECTIVE_TOKEN ||
parserc.go#L1025: for token.typ == yaml_VERSION_DIRECTIVE_TOKEN || token.typ == yaml_TAG_DIRECTIVE_TOKEN {
parserc.go#L1041: } else if token.typ == yaml_TAG_DIRECTIVE_TOKEN {
scannerc.go#L1548: typ: yaml_TAG_DIRECTIVE_TOKEN,
yamlh.go#L120: yaml_TAG_DIRECTIVE_TOKEN // A TAG-DIRECTIVE token.
yamlh.go#L154: case yaml_TAG_DIRECTIVE_TOKEN:
![]() |
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. |