func github.com/sergi/go-diff/diffmatchpatch.min
4 uses
github.com/sergi/go-diff/diffmatchpatch (current package)
mathutil.go#L11: func min(x, y int) int {
patch.go#L87: minEnd := min(len(text), patch.Start2+patch.Length1+padding)
patch.go#L99: suffix := text[patch.Start2+patch.Length1 : min(len(text), patch.Start2+patch.Length1+padding)]
patch.go#L419: diffText = diffText[:min(len(diffText), patchSize-patch.Length1-dmp.PatchMargin)]
 |
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. |