type github.com/google/go-cmp/cmp/internal/diff.path
5 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#L316: type path struct {
diff.go#L324: func (p *path) connect(dst point, f EqualFunc) {
diff.go#L368: func (p *path) append(t EditType) {
 |
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. |