Documentation
¶
Overview ¶
Package diff implements a structural, non-exact diff of two strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffResult ¶
type DiffResult struct { // Whether the strings matched. Match bool // A textual description of the difference. Description string }
DiffResult describes a comparison of two strings.
Click to show internal directories.
Click to hide internal directories.