Versions in this module Expand all Collapse all v1 v1.0.1 Oct 7, 2020 v1.0.0 Jan 23, 2020 Changes in this version + func SplitLines(b []byte) (tok, skip int) + type HashFunc func(b []byte) uint64 + func DefaultHash() HashFunc + type Op int + const OpA + const OpB + const OpEq + func Uint64(a, b []uint64) []Op + type SplitFunc func(b []byte) (tok, skip int) + type TextDelta struct + Text []byte + func Lines(a, b []byte) []TextDelta + func Text(a, b []byte, s SplitFunc, h HashFunc) []TextDelta