package
1.1.0
Repository: https://github.com/kylelemons/godebug.git
Documentation: pkg.go.dev

# Functions

Diff returns a string containing a line-by-line unified diff of the linewise changes required to make A into B.
DiffChunks uses an O(D(N+M)) shortest-edit-script algorithm to compute the edits required from A to B and returns the edit chunks.

# Structs

Chunk represents a piece of the diff.