const gopkg.in/yaml.v2.yaml_BOOL_TAG
8 uses
gopkg.in/yaml.v2 (current package)
resolve.go#L37: {true, yaml_BOOL_TAG, []string{"y", "Y", "yes", "Yes", "YES"}},
resolve.go#L38: {true, yaml_BOOL_TAG, []string{"true", "True", "TRUE"}},
resolve.go#L39: {true, yaml_BOOL_TAG, []string{"on", "On", "ON"}},
resolve.go#L40: {false, yaml_BOOL_TAG, []string{"n", "N", "no", "No", "NO"}},
resolve.go#L41: {false, yaml_BOOL_TAG, []string{"false", "False", "FALSE"}},
resolve.go#L42: {false, yaml_BOOL_TAG, []string{"off", "Off", "OFF"}},
resolve.go#L78: case "", yaml_STR_TAG, yaml_BOOL_TAG, yaml_INT_TAG, yaml_FLOAT_TAG, yaml_NULL_TAG, yaml_TIMESTAMP_TAG:
yamlh.go#L310: yaml_BOOL_TAG = "tag:yaml.org,2002:bool" // The tag !!bool with the values: true and false.
 |
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. |