const gopkg.in/yaml.v2.yaml_SEQ_TAG
4 uses
gopkg.in/yaml.v2 (current package)
decode.go#L258: if tag != yaml_SEQ_TAG && tag != yaml_MAP_TAG {
decode.go#L601: d.terror(n, yaml_SEQ_TAG, out)
yamlh.go#L316: yaml_SEQ_TAG = "tag:yaml.org,2002:seq" // The tag !!seq is used to denote sequences.
yamlh.go#L324: yaml_DEFAULT_SEQUENCE_TAG = yaml_SEQ_TAG // The default sequence tag is !!seq.
 |
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. |