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) {