type github.com/google/go-cmp/cmp/internal/diff.EditType
5 uses
github.com/google/go-cmp/cmp/internal/diff (current package)
diff.go#L23: type EditType uint8
diff.go#L27: Identity EditType = iota
diff.go#L37: type EditScript []EditType
diff.go#L368: func (p *path) append(t EditType) {
github.com/google/go-cmp/cmp
compare.go#L499: var e diff.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. |