const gopkg.in/yaml.v2.yaml_VERSION_DIRECTIVE_TOKEN
7 uses
gopkg.in/yaml.v2 (current package)
parserc.go#L216: if implicit && token.typ != yaml_VERSION_DIRECTIVE_TOKEN &&
parserc.go#L287: if token.typ == yaml_VERSION_DIRECTIVE_TOKEN ||
parserc.go#L1025: for token.typ == yaml_VERSION_DIRECTIVE_TOKEN || token.typ == yaml_TAG_DIRECTIVE_TOKEN {
parserc.go#L1026: if token.typ == yaml_VERSION_DIRECTIVE_TOKEN {
scannerc.go#L1530: typ: yaml_VERSION_DIRECTIVE_TOKEN,
yamlh.go#L119: yaml_VERSION_DIRECTIVE_TOKEN // A VERSION-DIRECTIVE token.
yamlh.go#L152: case yaml_VERSION_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. |