gopkg.in/yaml.v2.node.value (field)
16 uses
gopkg.in/yaml.v2 (current package)
decode.go#L28: value string
decode.go#L182: n.value = string(p.event.anchor)
decode.go#L183: n.alias = p.doc.anchors[n.value]
decode.go#L185: failf("unknown anchor '%s' referenced", n.value)
decode.go#L193: n.value = string(p.event.value)
decode.go#L257: value := n.value
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#L393: failf("anchor '%s' value contains itself", n.value)
decode.go#L416: resolved = n.value
decode.go#L418: tag, resolved = resolve(n.tag, n.value)
decode.go#L452: text = []byte(n.value)
decode.go#L468: out.SetString(n.value)
decode.go#L480: out.Set(reflect.ValueOf(n.value))
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. |