gopkg.in/yaml.v2.fieldInfo.Key (field)

10 uses

	gopkg.in/yaml.v2 (current package)
		encode.go#L224: 			e.marshal("", reflect.ValueOf(info.Key))
		yaml.go#L295: 	Key       string
		yaml.go#L372: 					if _, found := fieldsMap[finfo.Key]; found {
		yaml.go#L373: 						msg := "Duplicated key '" + finfo.Key + "' in struct " + st.String()
		yaml.go#L382: 					fieldsMap[finfo.Key] = finfo
		yaml.go#L393: 			info.Key = tag
		yaml.go#L395: 			info.Key = strings.ToLower(field.Name)
		yaml.go#L398: 		if _, found = fieldsMap[info.Key]; found {
		yaml.go#L399: 			msg := "Duplicated key '" + info.Key + "' in struct " + st.String()
		yaml.go#L405: 		fieldsMap[info.Key] = info