Versions in this module Expand all Collapse all v0 v0.4.0 May 12, 2026 Changes in this version + var DiffTypeList = DiffTypes + type DiffType string + const DiffTypeFull + const DiffTypePatch + const DiffTypeSideBySide + const DiffTypeSideBySidePatch + const DiffTypeUndefined + func ParseDiffType(s string) (DiffType, error) + type DiffTypes []DiffType + func (d DiffTypes) StringSlice() []string v0.3.0 Sep 26, 2025