const gopkg.in/yaml.v2.yaml_NULL_TAG
4 uses
gopkg.in/yaml.v2 (current package)
decode.go#L298: if n.tag == yaml_NULL_TAG || n.kind == scalarNode && n.tag == "" && (n.value == "null" || n.value == "~" || n.value == "" && n.implicit) {
resolve.go#L43: {nil, yaml_NULL_TAG, []string{"", "~", "null", "Null", "NULL"}},
resolve.go#L78: case "", yaml_STR_TAG, yaml_BOOL_TAG, yaml_INT_TAG, yaml_FLOAT_TAG, yaml_NULL_TAG, yaml_TIMESTAMP_TAG:
yamlh.go#L309: yaml_NULL_TAG = "tag:yaml.org,2002:null" // The tag !!null with the only possible value: null.
 |
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. |