Versions in this module Expand all Collapse all v0 v0.0.2 Aug 3, 2018 Changes in this version + var ErrCommandNotFound = errors.New("command not found") + var ErrNoDifferencesFound = errors.New("no differences were found") + func CombineDiff(firstDiff, secondDiff, out string) error + func Diff(old, new, out string, isDir bool) error + func Patch(patch, orig string, backup bool, absPath bool) error