Versions in this module Expand all Collapse all v0 v0.5.1 May 14, 2024 v0.5.0 Dec 19, 2023 Changes in this version + type Change struct + EndLine int + StartLine int + type Diff map[FileName][]Change + func New() (Diff, error) + func NewWithCmd[T execCmd](cmdContext func(name string, args ...string) T) (Diff, error) + func (d Diff) IsChanged(pos token.Position) bool + type FileName string