github.com/sergi/go-diff/diffmatchpatch.DiffMatchPatch.DiffCleanupEfficiency (method)

2 uses

	github.com/sergi/go-diff/diffmatchpatch (current package)
		diff.go#L888: func (dmp *DiffMatchPatch) DiffCleanupEfficiency(diffs []Diff) []Diff {
		patch.go#L127: 				diffs = dmp.DiffCleanupEfficiency(diffs)