const github.com/google/go-cmp/cmp.diffIdentical
16 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L21: diffIdentical diffMode = ' '
report_compare.go#L101: if opts.DiffMode == diffIdentical {
report_compare.go#L121: case diffUnknown, diffIdentical:
report_compare.go#L224: if opts.DiffMode == diffIdentical {
report_compare.go#L234: case diffIdentical, diffRemoved, diffInserted:
report_compare.go#L247: case diffIdentical:
report_compare.go#L314: out := opts.WithDiffMode(diffIdentical).FormatDiff(r.Value, ptrs)
report_compare.go#L326: out := opts.WithDiffMode(diffIdentical).FormatDiff(r.Value, ptrs)
report_references.go#L44: case diffUnknown, diffIdentical:
report_reflect.go#L56: if opts.DiffMode == diffIdentical {
report_reflect.go#L349: opts.DiffMode = diffIdentical
report_slices.go#L192: if r := list2[len(list2)-1]; r.Diff == diffIdentical && len(r.Value.(textLine)) == 0 {
report_slices.go#L373: appendChunks(vx.Slice(0, numLo), diffIdentical)
report_slices.go#L378: appendChunks(vx.Slice(numEqual-numHi, numEqual), diffIdentical)
report_text.go#L33: case diffUnknown, diffIdentical:
report_text.go#L43: case diffUnknown, diffIdentical:
 |
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. |