package
1.0.0
Repository: https://github.com/frankbraun/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.

# 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.