const gopkg.in/yaml.v2.yaml_BINARY_TAG
8 uses
gopkg.in/yaml.v2 (current package)
decode.go#L419: if tag == yaml_BINARY_TAG {
decode.go#L446: if tag == yaml_BINARY_TAG {
decode.go#L463: if tag == yaml_BINARY_TAG {
encode.go#L306: if tag == yaml_BINARY_TAG {
encode.go#L314: tag = yaml_BINARY_TAG
resolve.go#L93: case "", rtag, yaml_STR_TAG, yaml_BINARY_TAG:
resolve.go#L118: if hint != 0 && tag != yaml_STR_TAG && tag != yaml_BINARY_TAG {
yamlh.go#L320: yaml_BINARY_TAG = "tag:yaml.org,2002:binary"
![]() |
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. |