Versions in this module Expand all Collapse all v0 v0.1.1 Jan 29, 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 + func PatchRS(old io.ReadSeeker, new io.Writer, patch io.Reader) error + type SumReader struct + func (r *SumReader) Read(b []byte) (n int, err error)