type github.com/google/go-cmp/cmp/internal/diff.point
8 uses
github.com/google/go-cmp/cmp/internal/diff (current package)
diff.go#L190: fwdPath := path{+1, point{0, 0}, make(EditScript, 0, (nx+ny)/2)}
diff.go#L191: revPath := path{-1, point{nx, ny}, make(EditScript, 0)}
diff.go#L235: p := point{fwdFrontier.X + z, fwdFrontier.Y - z}
diff.go#L273: p := point{revFrontier.X - z, revFrontier.Y + z}
diff.go#L318: point // Leading point of the EditScript path
diff.go#L324: func (p *path) connect(dst point, f EqualFunc) {
diff.go#L381: type point struct{ X, Y int }
diff.go#L383: func (p *point) add(dx, dy int) { p.X += dx; p.Y += dy }
 |
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. |