func github.com/google/go-cmp/cmp/internal/diff.Difference
3 uses
github.com/google/go-cmp/cmp/internal/diff (current package)
diff.go#L138: func Difference(nx, ny int, f EqualFunc) (es EditScript) {
github.com/google/go-cmp/cmp
compare.go#L492: edits := diff.Difference(len(indexesX), len(indexesY), func(ix, iy int) diff.Result {
report_slices.go#L324: es := diff.Difference(vx.Len(), vy.Len(), func(ix int, iy int) diff.Result {
![]() |
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. |