gopkg.in/yaml.v2.node.line (field)

6 uses

	gopkg.in/yaml.v2 (current package)
		decode.go#L24: 	line, column int
		decode.go#L165: 		line:   p.event.start_mark.line,
		decode.go#L265: 	d.terrors = append(d.terrors, fmt.Sprintf("line %d: cannot unmarshal %s%s into %s", n.line+1, shortTag(tag), value, out.Type()))
		decode.go#L687: 		d.terrors = append(d.terrors, fmt.Sprintf("line %d: key %#v already set in map", n.line+1, k.Interface()))
		decode.go#L756: 					d.terrors = append(d.terrors, fmt.Sprintf("line %d: field %s already set in type %s", ni.line+1, name.String(), out.Type()))
		decode.go#L776: 			d.terrors = append(d.terrors, fmt.Sprintf("line %d: field %s not found in type %s", ni.line+1, name.String(), out.Type()))