github.com/sergi/go-diff/diffmatchpatch.DiffMatchPatch.diffMainRunes (method)
8 uses
github.com/sergi/go-diff/diffmatchpatch (current package)
diff.go#L95: return dmp.diffMainRunes(text1, text2, checklines, deadline)
diff.go#L98: func (dmp *DiffMatchPatch) diffMainRunes(text1, text2 []rune, checklines bool, deadline time.Time) []Diff {
diff.go#L180: diffsA := dmp.diffMainRunes(text1A, text2A, checklines, deadline)
diff.go#L181: diffsB := dmp.diffMainRunes(text1B, text2B, checklines, deadline)
diff.go#L198: diffs := dmp.diffMainRunes(text1, text2, false, deadline)
diff.go#L233: a := dmp.diffMainRunes([]rune(textDelete), []rune(textInsert), false, deadline)
diff.go#L384: diffs := dmp.diffMainRunes(runes1a, runes2a, false, deadline)
diff.go#L385: diffsb := dmp.diffMainRunes(runes1b, runes2b, false, deadline)
 |
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. |