github.com/google/go-cmp/cmp.reportRecord.Key (field)
16 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L267: list = append(list, textRecord{Key: formatKey(r.Key), Value: out})
report_compare.go#L315: list = append(list, textRecord{Key: formatKey(r.Key), Value: out})
report_compare.go#L316: keys = append(keys, r.Key)
report_compare.go#L327: list = append(list, textRecord{Key: formatKey(r.Key), Value: out})
report_compare.go#L328: keys = append(keys, r.Key)
report_compare.go#L339: list = append(list, textRecord{Key: formatKey(r.Key), Value: out})
report_compare.go#L340: keys = append(keys, r.Key)
report_compare.go#L350: list = append(list, textRecord{Diff: diffRemoved, Key: formatKey(r.Key), Value: outx})
report_compare.go#L351: keys = append(keys, r.Key)
report_compare.go#L354: list = append(list, textRecord{Diff: diffInserted, Key: formatKey(r.Key), Value: outy})
report_compare.go#L355: keys = append(keys, r.Key)
report_compare.go#L359: list = append(list, textRecord{Key: formatKey(r.Key), Value: out})
report_compare.go#L360: keys = append(keys, r.Key)
report_value.go#L49: Key reflect.Value // Invalid for slice element
report_value.go#L59: parent.Records = append(parent.Records, reportRecord{Key: reflect.ValueOf(s.Name()), Value: child})
report_value.go#L65: parent.Records = append(parent.Records, reportRecord{Key: s.Key(), Value: child})
 |
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. |