type github.com/google/go-cmp/cmp.reportRecord
7 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L203: func (opts formatOptions) formatDiffList(recs []reportRecord, k reflect.Kind, ptrs *pointerReferences) textNode {
report_compare.go#L408: func coalesceAdjacentRecords(name string, recs []reportRecord) (groups []diffStats) {
report_value.go#L39: Records []reportRecord // If populated, implies Value is not populated
report_value.go#L48: type reportRecord struct {
report_value.go#L59: parent.Records = append(parent.Records, reportRecord{Key: reflect.ValueOf(s.Name()), Value: child})
report_value.go#L62: parent.Records = append(parent.Records, reportRecord{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. |