github.com/sergi/go-diff/diffmatchpatch.DiffMatchPatch.diffHalfMatchI (method)
3 uses
github.com/sergi/go-diff/diffmatchpatch (current package)
diff.go#L575: hm1 := dmp.diffHalfMatchI(longtext, shorttext, int(float64(len(longtext)+3)/4))
diff.go#L578: hm2 := dmp.diffHalfMatchI(longtext, shorttext, int(float64(len(longtext)+1)/2))
diff.go#L606: func (dmp *DiffMatchPatch) diffHalfMatchI(l, s []rune, i int) [][]rune {
![]() |
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. |