package
1.3.1
Repository: https://github.com/sergi/go-diff.git
Documentation: pkg.go.dev

# Functions

New creates a new DiffMatchPatch object with default parameters.

# Constants

DiffDelete item represents a delete diff.
DiffEqual item represents an equal diff.
DiffInsert item represents an insert diff.
IndexSeparator is used to seperate the array indexes in an index string.

# Structs

Diff represents one diff operation.
DiffMatchPatch holds the configuration for diff-match-patch operations.
Patch represents one patch operation.

# Type aliases

Operation defines the operation of a diff item.