gopkg.in/yaml.v2.fieldInfo.Inline (field)
9 uses
gopkg.in/yaml.v2 (current package)
decode.go#L762: if info.Inline == nil {
decode.go#L765: field = out.FieldByIndex(info.Inline)
encode.go#L216: if info.Inline == nil {
encode.go#L219: value = in.FieldByIndex(info.Inline)
yaml.go#L304: Inline []int
yaml.go#L376: if finfo.Inline == nil {
yaml.go#L377: finfo.Inline = []int{i, finfo.Num}
yaml.go#L379: finfo.Inline = append([]int{i}, finfo.Inline...)
![]() |
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. |