const gopkg.in/yaml.v2.yaml_MAP_TAG
5 uses
gopkg.in/yaml.v2 (current package)
decode.go#L258: if tag != yaml_SEQ_TAG && tag != yaml_MAP_TAG {
decode.go#L645: d.terror(n, yaml_MAP_TAG, out)
decode.go#L696: d.terror(n, yaml_MAP_TAG, out)
yamlh.go#L317: yaml_MAP_TAG = "tag:yaml.org,2002:map" // The tag !!map is used to denote mapping.
yamlh.go#L325: yaml_DEFAULT_MAPPING_TAG = yaml_MAP_TAG // The default mapping tag is !!map.
 |
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. |