Documentation ¶
Overview ¶
Package diff implements line oriented diffs, similar to the ancient Unix diff command.
The current implementation is just a wrapper around Sergi's go-diff/diffmatchpatch library, which is a go port of Neil Fraser's google-diff-match-patch code
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Do ¶
func Do(src, dst string) (diffs []diffmatchpatch.Diff)
Do computes the (line oriented) modifications needed to turn the src string into the dst string.
func Dst ¶
func Dst(diffs []diffmatchpatch.Diff) string
Dst computes and returns the destination text.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.