type github.com/sergi/go-diff/diffmatchpatch.Operation
7 uses
github.com/sergi/go-diff/diffmatchpatch (current package)
diff.go#L26: type Operation int8
diff.go#L32: DiffDelete Operation = -1
diff.go#L34: DiffInsert Operation = 1
diff.go#L36: DiffEqual Operation = 0
diff.go#L41: Type Operation
operation_string.go#L11: func (i Operation) String() string {
operation_string.go#L13: if i < 0 || i >= Operation(len(_Operation_index)-1) {
![]() |
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. |