Versions in this module Expand all Collapse all v1 v1.0.1 Apr 5, 2024 v1.0.0 Apr 5, 2024 Changes in this version + var BashOutput = &OutputFormat + var HTMLOutput = &OutputFormat + type Difference struct + From []byte + Replace bool + To []byte + type Differences []Difference + func Diff(strA, strB []byte) Differences + type OutputFormat struct + func (c *OutputFormat) String(diffs Differences) string