const gopkg.in/yaml.v2.yaml_TIMESTAMP_TAG
5 uses
gopkg.in/yaml.v2 (current package)
decode.go#L474: } else if tag == yaml_TIMESTAMP_TAG {
resolve.go#L78: case "", yaml_STR_TAG, yaml_BOOL_TAG, yaml_INT_TAG, yaml_FLOAT_TAG, yaml_NULL_TAG, yaml_TIMESTAMP_TAG:
resolve.go#L143: if tag == "" || tag == yaml_TIMESTAMP_TAG {
resolve.go#L146: return yaml_TIMESTAMP_TAG, t
yamlh.go#L314: yaml_TIMESTAMP_TAG = "tag:yaml.org,2002:timestamp" // The tag !!timestamp for date and time values.
 |
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. |