gopkg.in/yaml.v2.node.implicit (field)
5 uses
gopkg.in/yaml.v2 (current package)
decode.go#L29: implicit bool
decode.go#L195: n.implicit = p.event.implicit
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#L414: if n.tag == "" && !n.implicit {
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. |