Versions in this module Expand all Collapse all v0 v0.0.2 Apr 15, 2024 Changes in this version + func Print(from, to [][]byte, edits []Edit) ([]byte, error) + type Edit struct + FromPosition int + Kind EditKind + ToPosition int + func Diff(from, to [][]byte) []Edit + type EditKind int + const EditKindDelete + const EditKindInsert