Versions in this module Expand all Collapse all v0 v0.2.0 Mar 27, 2023 v0.1.0 Jun 22, 2022 Changes in this version + var ErrCorrupt = errors.New("corrupt patch") + func Diff(old, new io.Reader, patch io.Writer) error + func Patch(old io.Reader, new io.Writer, patch io.Reader) error