package recordint import "github.com/curusarn/resh/internal/record" // Indexed record allows us to find records in history file in order to edit them type Indexed struct { Rec record.V1 Idx int }