const gopkg.in/yaml.v2.scalarNode
5 uses
gopkg.in/yaml.v2 (current package)
decode.go#L18: scalarNode
decode.go#L192: n := p.node(scalarNode)
decode.go#L298: if n.tag == yaml_NULL_TAG || n.kind == scalarNode && n.tag == "" && (n.value == "null" || n.value == "~" || n.value == "" && n.implicit) {
decode.go#L369: case scalarNode:
decode.go#L814: return n.kind == scalarNode && n.value == "<<" && (n.implicit == true || n.tag == yaml_MERGE_TAG)
 |
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. |